isle/LEGO1/carracestate.h

11 lines
169 B
C++

#ifndef CARRACESTATE_H
#define CARRACESTATE_H
#include "racestate.h"
class CarRaceState : public RaceState
{
// No constructor
};
#endif // CARRACESTATE_H