mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +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/raceskel.h
Normal file
16
LEGO1/lego/legoomni/include/raceskel.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef RACESKEL_H
|
||||
#define RACESKEL_H
|
||||
|
||||
#include "legoanimactor.h"
|
||||
|
||||
/*
|
||||
VTABLE : LEGO1 0x100d7668 LegoPathActor
|
||||
VTABLE : LEGO1 0x100d7738 LegoAnimActor
|
||||
*/
|
||||
// SIZE 0x178
|
||||
class RaceSkel : public LegoAnimActor {
|
||||
public:
|
||||
RaceSkel();
|
||||
};
|
||||
|
||||
#endif // RACESKEL_H
|
||||
Reference in New Issue
Block a user