CommonLibSSE (powerof3)
GImage.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GImageBase.h"
5 
6 namespace RE
7 {
8  class GImage :
9  public GRefCountBaseNTS<GImage, GStatGroup::kGStat_Image_Mem>,
10  public GImageBase
11  {
12  public:
13  ~GImage() override = default; // 00
14  };
15  static_assert(sizeof(GImage) == 0x48);
16 }
Definition: GImageBase.h:9
Definition: GImage.h:11
~GImage() override=default
Definition: GRefCountBaseNTS.h:10
Definition: AbsorbEffect.h:6