CommonLibSSE (powerof3)
TESIcon.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/T/TESTexture.h"
4 
5 namespace RE
6 {
7  class TESIcon : public TESTexture
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_TESTexture;
11 
12  ~TESIcon() override; // 00
13 
14  // override (TESTexture)
15  [[nodiscard]] const char* GetDefaultPath() const override; // 06 - { return "Textures"; }
16  };
17  static_assert(sizeof(TESIcon) == 0x10);
18 }
Definition: TESIcon.h:8
~TESIcon() override
static constexpr auto RTTI
Definition: TESIcon.h:10
const char * GetDefaultPath() const override
Definition: TESTexture.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_TESTexture
Definition: Offsets_RTTI.h:6076