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

16 lines
219 B
C++

#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