isle/LEGO1/carrace.h

13 lines
139 B
C++

#ifndef CARRACE_H
#define CARRACE_H
#include "legorace.h"
class CarRace : public LegoRace
{
public:
CarRace();
};
#endif // CARRACE_H