isle/LEGO1/act2policestation.cpp

10 lines
135 B
C++
Raw Normal View History

#include "act2policestation.h"
// OFFSET: LEGO1 0x1004e0e0 STUB
2023-10-24 19:38:27 -04:00
MxLong Act2PoliceStation::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}