isle-portable/LEGO1/beachhouseentity.cpp

10 lines
133 B
C++
Raw Normal View History

#include "beachhouseentity.h"
// OFFSET: LEGO1 0x100150a0 STUB
2023-10-24 19:38:27 -04:00
MxLong BeachHouseEntity::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}