CommonLibVR
GASRefCountBase.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxPlayerStats.h"
4 #include "RE/G/GRefCountBaseGC.h"
5 
6 namespace RE
7 {
8  template <typename T>
9  class GASRefCountBase : public GRefCountBaseGC<GFxStatMovieViews::kGFxStatMV_ActionScript_Mem>
10  {
11  public:
12  private:
13  KEEP_FOR_RE()
14  };
15  // size == 0x20
16 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: GASRefCountBase.h:10
Definition: GRefCountBaseGC.h:9
Definition: AbsorbEffect.h:6