mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-25 01:01:16 +00:00
begin work on subclass
This commit is contained in:
parent
c832d1640f
commit
c5affa27f5
@ -51,7 +51,7 @@ MxResult LegoSoundManager::Create(MxU32 p_frequencyMS, MxBool p_createThread)
|
||||
}
|
||||
}
|
||||
|
||||
// todo
|
||||
m_unk0x40 = new LegoSoundManagerSubclass();
|
||||
result = SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
@ -19,7 +19,14 @@ class LegoSoundManager : public MxSoundManager {
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
|
||||
IDirectSound3DListener* m_listener;
|
||||
undefined4 m_unk0x40;
|
||||
LegoSoundManagerSubclass* m_unk0x40;
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d6b4c
|
||||
// SIZE 0x20
|
||||
class LegoSoundManagerSubclass
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
#endif // LEGOSOUNDMANAGER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user