CommonLibVR
GRefCountNTSImpl.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  void AddRef();
11  void Release();
12 
13  private:
14  KEEP_FOR_RE()
15  };
16  static_assert(sizeof(GRefCountNTSImpl) == 0x10);
17 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: GRefCountImplCore.h:6
Definition: GRefCountNTSImpl.h:8
Definition: AbsorbEffect.h:6