mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
13 lines
219 B
C++
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
|