mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
11 lines
165 B
C++
11 lines
165 B
C++
#include "pizzeria.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Pizzeria, 0x84)
|
|
|
|
// STUB: LEGO1 0x100179c0
|
|
MxResult Pizzeria::Create(MxDSAction& p_dsAction)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|