mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
9 lines
133 B
C++
9 lines
133 B
C++
#include "beachhouseentity.h"
|
|
|
|
// OFFSET: LEGO1 0x100150a0 STUB
|
|
MxLong BeachHouseEntity::Notify(MxParam& p)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|