Files
isle/LEGO1/act2policestation.cpp
2023-11-30 09:25:32 -05:00

10 lines
128 B
C++

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