mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 04:51:16 +00:00
18 lines
289 B
C++
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
|