mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Fix order
This commit is contained in:
parent
0031cfdb78
commit
db1e68dcd2
@ -5,10 +5,6 @@
|
||||
#include "legoutil.h"
|
||||
#include "mxmediapresenter.h"
|
||||
|
||||
// TODO: Find proper compilation unit to put this
|
||||
// OFFSET: LEGO1 0x1000d1d0 TEMPLATE
|
||||
// LegoActionControlPresenter::`scalar deleting destructor'
|
||||
|
||||
// VTABLE 0x100d5118
|
||||
// SIZE 0x68
|
||||
class LegoActionControlPresenter : public MxMediaPresenter {
|
||||
@ -29,6 +25,10 @@ class LegoActionControlPresenter : public MxMediaPresenter {
|
||||
return !strcmp(name, LegoActionControlPresenter::ClassName()) || MxMediaPresenter::IsA(name);
|
||||
}
|
||||
|
||||
// TODO: Find proper compilation unit to put this
|
||||
// OFFSET: LEGO1 0x1000d1d0 TEMPLATE
|
||||
// LegoActionControlPresenter::`scalar deleting destructor'
|
||||
|
||||
virtual void ReadyTickle() override; // vtable+0x18
|
||||
virtual void RepeatingTickle() override; // vtable+0x24
|
||||
virtual void ParseExtra() override; // vtable+0x30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user