CommonLibSSE (powerof3)
GFxImageLoader.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxState.h"
4 
5 namespace RE
6 {
7  class GImageInfoBase;
8 
9  class GFxImageLoader : public GFxState
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_GFxImageLoader;
13  inline static constexpr auto VTABLE = VTABLE_GFxImageLoader;
14 
15  virtual ~GFxImageLoader(); // 00
16 
17  // add
18  virtual GImageInfoBase* LoadImage(const char* a_url) = 0; // 01
19  };
20  static_assert(sizeof(GFxImageLoader) == 0x18);
21 }
Definition: GFxImageLoader.h:10
virtual ~GFxImageLoader()
virtual GImageInfoBase * LoadImage(const char *a_url)=0
static constexpr auto RTTI
Definition: GFxImageLoader.h:12
static constexpr auto VTABLE
Definition: GFxImageLoader.h:13
Definition: GFxState.h:9
Definition: GImageInfoBase.h:16
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_GFxImageLoader(static_cast< std::uint64_t >(691075))
constexpr std::array< REL::ID, 1 > VTABLE_GFxImageLoader
Definition: Offsets_VTABLE.h:11696