CommonLibVR
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  private:
12  KEEP_FOR_RE()
13  };
14  static_assert(sizeof(hkRefVariant) == 0x8);
15 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: hkRefPtr.h:7
Definition: hkRefVariant.h:9
Definition: AbsorbEffect.h:6