isle/LEGO1/act2policestation.cpp
Christian Semmler d511461bb0 Fix MxParam p
2023-12-12 06:15:58 -05:00

10 lines
134 B
C++

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