CommonLibSSE NG
TESTexture1024.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 TESTexture1024 : public TESTexture
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_TESTexture1024;
11 
12  ~TESTexture1024() override; // 00
13 
14  // override (TESTexture)
15  std::uint32_t GetMaxAllowedSize() override; // 04 - { return 1024; }
16  };
17  static_assert(sizeof(TESTexture1024) == 0x10);
18 }
Definition: TESTexture1024.h:8
static constexpr auto RTTI
Definition: TESTexture1024.h:10
~TESTexture1024() override
std::uint32_t GetMaxAllowedSize() override
Definition: TESTexture.h:10
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_TESTexture1024(685210, 392978, 0x1ee1878)