mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-20 21:12:43 -05:00
11 lines
182 B
C++
11 lines
182 B
C++
|
#include "act2genactor.h"
|
||
|
|
||
|
DECOMP_SIZE_ASSERT(Act2GenActor, 0x154)
|
||
|
|
||
|
// STUB: LEGO1 0x10018740
|
||
|
MxResult Act2GenActor::VTable0x94(LegoPathActor*, MxBool)
|
||
|
{
|
||
|
// TODO
|
||
|
return SUCCESS;
|
||
|
}
|