mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
14 lines
208 B
C++
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
|