mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
9 lines
129 B
C++
9 lines
129 B
C++
#include "pizzeria.h"
|
|
|
|
// STUB: LEGO1 0x100179c0
|
|
MxResult Pizzeria::Create(MxDSAction& p_dsAction)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|