CommonLibSSE NG
hkRefVariant.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkRefPtr.h"
5 
6 namespace RE
7 {
8  class hkRefVariant : public hkRefPtr<hkReferencedObject>
9  {
10  public:
11  };
12  static_assert(sizeof(hkRefVariant) == 0x8);
13 }
Definition: hkRefPtr.h:7
Definition: hkRefVariant.h:9
Definition: AbsorbEffect.h:6