mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
16 lines
294 B
C++
16 lines
294 B
C++
#ifndef GASSTATIONSTATE_H
|
|
#define GASSTATIONSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class GasStationState : public LegoState
|
|
{
|
|
// OFFSET LEGO1 0x10005eb0
|
|
GasStationState();
|
|
|
|
// field 0x8 is prob MxResult
|
|
// field 0xc is prob MxResult
|
|
// field 0x10 is prob MxResult
|
|
};
|
|
|
|
#endif // GASSTATIONSTATE_H
|