isle/LEGO1/policestate.h

15 lines
201 B
C++

#ifndef POLICESTATE_H
#define POLICESTATE_H
#include "legostate.h"
class PoliceState : public LegoState
{
public:
PoliceState();
// VTABLE 0x100d8af0
// SIZE 0x10
};
#endif // POLICESTATE_H