mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
16 lines
180 B
C++
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
|