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

16 lines
211 B
C++

#ifndef POLICE_H
#define POLICE_H
#include "legoworld.h"
class Police : public LegoWorld
{
public:
Police();
// VTABLE 0x100d8a80
// SIZE 0x110
// Radio at 0xf8
};
#endif // POLICE_H