isle/LEGO1/carracestate.h
2023-06-20 22:11:14 +02:00

11 lines
150 B
C++

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