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

13 lines
154 B
C++

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