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