CommonLibSSE (Parapets fork)
SyncQueueObj.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_SyncQueueObj;
11 
12  virtual ~SyncQueueObj(); // 00
13 
14  // add
15  virtual void Unk_01(void) = 0; // 01
16 
17  // members
18  std::uint32_t unk0C; // 0C
19  };
20  static_assert(sizeof(SyncQueueObj) == 0x10);
21 }
Definition: SyncQueueObj.h:8
virtual void Unk_01(void)=0
static constexpr auto RTTI
Definition: SyncQueueObj.h:10
std::uint32_t unk0C
Definition: SyncQueueObj.h:18
virtual ~SyncQueueObj()
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_SyncQueueObj
Definition: Offsets_RTTI.h:5957
Definition: BSIntrusiveRefCounted.h:8