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

16 lines
180 B
C++

#ifndef ISLE_H
#define ISLE_H
#include "legoworld.h"
class Isle : public LegoWorld
{
public:
Isle();
// SIZE 0x140
// Radio at 0x12c
};
#endif // ISLE_H