#ifndef GASSTATION_H #define GASSTATION_H #include "legoworld.h" class GasStation : public LegoWorld { public: GasStation(); // SIZE 0x128 // Radio variable at 0x46, in constructor }; #endif // GASSTATION_H