mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +00:00
Add remaining classes, implement/match LegoObjectFactory (#1026)
* Add missing classes * Match LegoObjectFactory * Remove semicolon * Add symbol * Fix
This commit is contained in:
committed by
GitHub
parent
abb4483e18
commit
cf576ca78f
10
LEGO1/lego/legoomni/src/actors/act2genactor.cpp
Normal file
10
LEGO1/lego/legoomni/src/actors/act2genactor.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "act2genactor.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(Act2GenActor, 0x154)
|
||||
|
||||
// STUB: LEGO1 0x10018740
|
||||
MxResult Act2GenActor::VTable0x94(LegoPathActor*, MxBool)
|
||||
{
|
||||
// TODO
|
||||
return SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user