mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 10:54:16 +00:00
Fix size annotations for legoomni
Fix structure and add placeholder annotations for LegoAnimActor and subclasses
This commit is contained in:
14
LEGO1/lego/legoomni/src/paths/legoextraactor.cpp
Normal file
14
LEGO1/lego/legoomni/src/paths/legoextraactor.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "legoextraactor.h"
|
||||
|
||||
// STUB : LEGO1 0x1002a500
|
||||
LegoExtraActor::LegoExtraActor()
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1002aae0
|
||||
MxResult LegoExtraActor::FUN_1002aae0()
|
||||
{
|
||||
// TODO
|
||||
VTable0x9c();
|
||||
return SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user