CommonLibSSE (powerof3)
GFxImageResource.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxResource.h"
4 #include "RE/G/GFxResourceKey.h"
5 #include "RE/G/GPtr.h"
6 
7 namespace RE
8 {
9  class GImageInfoBase;
10 
12  {
13  public:
14  ~GFxImageResource() override; // 00
15 
17  {
18  return _imageInfo.get();
19  }
20 
21  protected:
22  // members
26  };
27  static_assert(sizeof(GFxImageResource) == 0x38);
28 }
Definition: GFxImageResource.h:12
ResourceUse _useType
Definition: GFxImageResource.h:25
GImageInfoBase * GetImageInfo() const
Definition: GFxImageResource.h:16
GFxResourceKey _key
Definition: GFxImageResource.h:24
GPtr< GImageInfoBase > _imageInfo
Definition: GFxImageResource.h:23
~GFxImageResource() override
Definition: GFxResourceKey.h:6
Definition: GFxResource.h:15
ResourceUse
Definition: GFxResource.h:49
Definition: GImageInfoBase.h:16
Definition: GPtr.h:7
Definition: AbsorbEffect.h:6