mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
10 lines
154 B
C++
10 lines
154 B
C++
#include "jukeboxstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(JukeBoxState, 0x10)
|
|
|
|
// FUNCTION: LEGO1 0x1000f300
|
|
MxBool JukeBoxState::IsSerializable()
|
|
{
|
|
return FALSE;
|
|
}
|