mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 05:21:15 +00:00
17 lines
253 B
C++
17 lines
253 B
C++
#include "pizzeriastate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(PizzeriaState, 0x58)
|
|
|
|
// STUB: LEGO1 0x10017af0
|
|
PizzeriaState::PizzeriaState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10017da0
|
|
MxResult PizzeriaState::VTable0x1c(LegoFile* p_legoFile)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|