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