mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Add various BETA10 references and fixes (#1398)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <dsound.h>
|
||||
|
||||
// VTABLE: LEGO1 0x100dc128
|
||||
// VTABLE: BETA10 0x101c1ce8
|
||||
// SIZE 0x3c
|
||||
class MxSoundManager : public MxAudioManager {
|
||||
public:
|
||||
|
@@ -34,10 +34,13 @@ private:
|
||||
typedef list<MxTickleClient*> MxTickleClientPtrList;
|
||||
|
||||
// VTABLE: LEGO1 0x100d86d8
|
||||
// VTABLE: BETA10 0x101bc9d0
|
||||
// SIZE 0x14
|
||||
class MxTickleManager : public MxCore {
|
||||
public:
|
||||
// FUNCTION: BETA10 0x100937c0
|
||||
MxTickleManager() {}
|
||||
|
||||
~MxTickleManager() override;
|
||||
|
||||
MxResult Tickle() override; // vtable+0x08
|
||||
@@ -47,6 +50,7 @@ public:
|
||||
virtual MxTime GetClientTickleInterval(MxCore* p_client); // vtable+0x20
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1005a510
|
||||
// SYNTHETIC: BETA10 0x100962f0
|
||||
// MxTickleManager::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
@@ -58,7 +62,11 @@ private:
|
||||
// TEMPLATE: LEGO1 0x1005a4a0
|
||||
// list<MxTickleClient *,allocator<MxTickleClient *> >::~list<MxTickleClient *,allocator<MxTickleClient *> >
|
||||
|
||||
// TEMPLATE: BETA10 0x10093870
|
||||
// List<MxTickleClient *>::List<MxTickleClient *>
|
||||
|
||||
// TEMPLATE: LEGO1 0x1005a530
|
||||
// TEMPLATE: BETA10 0x10096340
|
||||
// List<MxTickleClient *>::~List<MxTickleClient *>
|
||||
|
||||
#endif // MXTICKLEMANAGER_H
|
||||
|
Reference in New Issue
Block a user