isle/LEGO1/policestate.h
2023-06-20 22:11:14 +02:00

15 lines
215 B
C++

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