isle/LEGO1/gasstation.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

18 lines
289 B
C++

#ifndef GASSTATION_H
#define GASSTATION_H
#include "legoworld.h"
class GasStation : public LegoWorld
{
public:
GasStation();
int FUN_10005e70(int param_1); // Return is undefined 4-byte value
// SIZE 0x128
// Radio variable at 0x46, in constructor
};
#endif // GASSTATION_H