isle/LEGO1/gasstation.h

14 lines
208 B
C++

#ifndef GASSTATION_H
#define GASSTATION_H
class GasStation : public LegoWorld
{
// OFFSET LEGO1 0x100046a0
GasStation();
// Size 0x128
// Radio radio at 0x46, in constructor
};
#endif // GASSTATION_H