CommonLibSSE (powerof3)
ExtraResourcesPreload.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSExtraData.h"
4 #include "RE/E/ExtraDataTypes.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_ExtraResourcesPreload;
12  inline static constexpr auto EXTRADATATYPE = ExtraDataType::kResourcesPreload;
13 
14  virtual ~ExtraResourcesPreload(); // 00
15 
16  // override (BSExtraData)
17  virtual ExtraDataType GetType() const override; // 01 - { return kResourcesPreload; }
18 
19  // members
20  void* unk10; // 10
21  };
22  static_assert(sizeof(ExtraResourcesPreload) == 0x18);
23 }
Definition: BSExtraData.h:9
Definition: ExtraResourcesPreload.h:9
static constexpr auto EXTRADATATYPE
Definition: ExtraResourcesPreload.h:12
virtual ExtraDataType GetType() const override
void * unk10
Definition: ExtraResourcesPreload.h:20
static constexpr auto RTTI
Definition: ExtraResourcesPreload.h:11
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_ExtraResourcesPreload
Definition: Offsets_RTTI.h:4752
ExtraDataType
Definition: ExtraDataTypes.h:173