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