CommonLibSSE (Parapets fork)
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  };
13  // size == 0x20
14 }
Definition: GASRefCountBase.h:10
Definition: GRefCountBaseGC.h:9
Definition: AbsorbEffect.h:6