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