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