mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-15 20:01:15 +00:00
10 lines
157 B
C++
10 lines
157 B
C++
#include "legoact2state.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoAct2State, 0x10)
|
|
|
|
// FUNCTION: LEGO1 0x1000df70
|
|
MxBool LegoAct2State::IsSerializable()
|
|
{
|
|
return FALSE;
|
|
}
|