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

12 lines
165 B
C++

#ifndef LEGOCARRACEACTOR_H
#define LEGOCARRACEACTOR_H
#include "legoraceactor.h"
class LegoCarRaceActor : public LegoRaceActor
{
};
#endif // LEGOCARRACEACTOR_H