isle/LEGO1/act2policestation.h

13 lines
219 B
C++

#ifndef ACT2POLICESTATION_H
#define ACT2POLICESTATION_H
#include "legoentity.h"
class Act2PoliceStation : public LegoEntity
{
public:
virtual long Notify(MxParam &p); // vtable+0x4
};
#endif // ACT2POLICESTATION_H