mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
10 lines
145 B
C++
10 lines
145 B
C++
#include "act3state.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Act3State, 0x0c)
|
|
|
|
// FUNCTION: LEGO1 0x1000e2f0
|
|
MxBool Act3State::IsSerializable()
|
|
{
|
|
return FALSE;
|
|
}
|