CommonLibVR
BSMusicEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  class BSIMusicType;
6 
7  struct BSMusicEvent
8  {
9  public:
10  enum class MUSIC_MESSAGE_TYPE
11  {
12  kAdd,
13  kRemove,
15  kPause,
16  kUnpause
17  };
18 
21  std::uint32_t pad0C; // 0C
22  private:
23  KEEP_FOR_RE()
24  };
25  static_assert(sizeof(BSMusicEvent) == 0x10);
26 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BSIMusicType.h:11
Definition: AbsorbEffect.h:6
Definition: BSMusicEvent.h:8
BSIMusicType * musicType
Definition: BSMusicEvent.h:19
std::uint32_t pad0C
Definition: BSMusicEvent.h:21
stl::enumeration< MUSIC_MESSAGE_TYPE, std::int32_t > msgType
Definition: BSMusicEvent.h:20
MUSIC_MESSAGE_TYPE
Definition: BSMusicEvent.h:11