CommonLibSSE (powerof3)
BSAudioManagerThread.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSThread.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSAudioManagerThread;
11 
12  ~BSAudioManagerThread() override; // 00
13 
14  // override (BSThread)
15  void Unk_01(void) override; // 01
16 
17  // members
18  std::uint64_t unk50; // 50
19  std::uint64_t unk58; // 58
20  std::uint64_t unk60; // 60
21  };
22  static_assert(sizeof(BSAudioManagerThread) == 0x68);
23 }
Definition: BSAudioManagerThread.h:8
std::uint64_t unk60
Definition: BSAudioManagerThread.h:20
std::uint64_t unk50
Definition: BSAudioManagerThread.h:18
void Unk_01(void) override
static constexpr auto RTTI
Definition: BSAudioManagerThread.h:10
~BSAudioManagerThread() override
std::uint64_t unk58
Definition: BSAudioManagerThread.h:19
Definition: BSThread.h:6
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSAudioManagerThread
Definition: Offsets_RTTI.h:1635