1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-20 09:42:44 -04:00
isle/LEGO1/beachhouseentity.cpp

10 lines
135 B
C++
Raw Normal View History

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