isle/LEGO1/act2policestation.cpp
2023-10-24 19:30:34 -04:00

10 lines
135 B
C++

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