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

10 lines
137 B
C++
Raw Normal View History

#include "act2policestation.h"
// OFFSET: LEGO1 0x1004e0e0 STUB
MxLong Act2PoliceStation::Notify(MxParam &p)
{
// TODO
return 0;
}