mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-26 18:04:06 +00:00
Fix size annotations for legoomni
Fix structure and add placeholder annotations for LegoAnimActor and subclasses
This commit is contained in:
16
LEGO1/lego/legoomni/include/act2actor.h
Normal file
16
LEGO1/lego/legoomni/include/act2actor.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "legoanimactor.h"
|
||||
|
||||
/*
|
||||
VTABLE: LEGO1 0x100d6078 LegoPathActor
|
||||
VTABLE: LEGO1 0x100d6148 LegoAnimActor
|
||||
*/
|
||||
// SIZE 0x1a8
|
||||
class Act2Actor : public LegoAnimActor {
|
||||
Act2Actor();
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001a090
|
||||
// Act2Actor::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
undefined m_unk0x1c[0x34]; // 0x1c
|
||||
};
|
||||
Reference in New Issue
Block a user