isle/LEGO1/legojetskiraceactor.h
2023-06-27 16:06:10 -07:00

12 lines
183 B
C++

#ifndef LEGOJETSKIRACEACTOR_H
#define LEGOJETSKIRACEACTOR_H
#include "legocarraceactor.h"
class LegoJetskiRaceActor : public LegoCarRaceActor
{
};
#endif // LEGOJETSKIRACEACTOR_H