mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
12 lines
194 B
C++
12 lines
194 B
C++
#ifndef LEGOJETSKIRACEACTOR_H
|
|
#define LEGOJETSKIRACEACTOR_H
|
|
|
|
#include "legocarraceactor.h"
|
|
|
|
class LegoJetskiRaceActor : public LegoCarRaceActor
|
|
{
|
|
|
|
};
|
|
|
|
#endif // LEGOJETSKIRACEACTOR_H
|