mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Implement/match Isle::CreateState and related (#948)
This commit is contained in:
committed by
GitHub
parent
1633118f68
commit
63719ef689
@@ -30,6 +30,7 @@ public:
|
||||
}
|
||||
|
||||
void Initialize(MxBool p_und);
|
||||
void CreateState();
|
||||
void Play();
|
||||
void Stop();
|
||||
|
||||
@@ -39,8 +40,6 @@ public:
|
||||
// Radio::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
void CreateRadioState();
|
||||
|
||||
RadioState* m_state; // 0x08
|
||||
MxBool m_unk0x0c; // 0x0c
|
||||
MxBool m_audioEnabled; // 0x0d
|
||||
|
||||
Reference in New Issue
Block a user