isle/LEGO1/legoraceactor.h

13 lines
166 B
C++

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