mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match MxLoopingFlcPresenter remaining functions (#459)
* Implement/match MxLoopingFlcPresenter remaining functions * Remove include * Change to long
This commit is contained in:

committed by
GitHub

parent
dbfe28db51
commit
35e5a62ff7
@@ -18,7 +18,11 @@ public:
|
||||
return "MxLoopingFlcPresenter";
|
||||
}
|
||||
|
||||
virtual void NextFrame() override; // vtable+0x64
|
||||
virtual void RepeatingTickle() override; // vtable+0x24
|
||||
virtual MxResult AddToManager() override; // vtable+0x34
|
||||
virtual void Destroy() override; // vtable+0x38
|
||||
virtual void NextFrame() override; // vtable+0x64
|
||||
virtual void VTable0x88(); // vtable+0x88
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100b4390
|
||||
// MxLoopingFlcPresenter::`scalar deleting destructor'
|
||||
@@ -27,7 +31,7 @@ private:
|
||||
void Init();
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
|
||||
undefined4 m_unk0x68;
|
||||
MxLong m_elapsedDuration; // 0x68
|
||||
};
|
||||
|
||||
#endif // MXLOOPINGFLCPRESENTER_H
|
||||
|
Reference in New Issue
Block a user