isle/LEGO1/racestate.h

12 lines
183 B
C++

#ifndef RACESTATE_H
#define RACESTATE_H
#include "legostate.h"
class RaceState : public LegoState
{
// OFFSET: LEGO1 0x10015f30
RaceState();
};
#endif // RACESTATE_H