isle/LEGO1/legojetskiraceactor.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

12 lines
194 B
C++

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