#ifndef LEGORACEACTOR_H #define LEGORACEACTOR_H #include "legoanimactor.h" class LegoRaceActor : public LegoAnimActor { }; #endif // LEGORACEACTOR_H