CommonLibVR
Loading...
Searching...
No Matches
GImage.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GImageBase.h"
5
6namespace 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 private:
16 };
17 static_assert(sizeof(GImage) == 0x48);
18}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition GImageBase.h:9
Definition GImage.h:11
~GImage() override=default
Definition GRefCountBaseNTS.h:10
Definition AbsorbEffect.h:6