isle/LEGO1/beachhouseentity.cpp
Christian Semmler d511461bb0 Fix MxParam p
2023-12-12 06:15:58 -05:00

10 lines
132 B
C++

#include "beachhouseentity.h"
// STUB: LEGO1 0x100150a0
MxLong BeachHouseEntity::Notify(MxParam& p_param)
{
// TODO
return 0;
}