mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPointOfViewController::Tickle (#667)
This commit is contained in:

committed by
GitHub

parent
beb30e80ea
commit
0623e6a766
@@ -11,13 +11,15 @@ public:
|
||||
LegoSoundManager();
|
||||
~LegoSoundManager() override;
|
||||
|
||||
MxResult Tickle() override; // vtable+08
|
||||
void Destroy() override; // vtable+18
|
||||
MxResult Tickle() override; // vtable+0x08
|
||||
void Destroy() override; // vtable+0x18
|
||||
MxResult Create(MxU32 p_frequencyMS, MxBool p_createThread) override; // vtable+0x30
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10029920
|
||||
// LegoSoundManager::`scalar deleting destructor'
|
||||
|
||||
void FUN_1002a410(const float* p_pos, const float* p_dir, const float* p_up, const float* p_vel);
|
||||
|
||||
inline LegoUnknown100d6b4c* GetUnknown0x40() { return m_unk0x40; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user