isle/LEGO1/legoanimactor.h
2023-06-29 00:36:05 -07:00

12 lines
160 B
C++

#ifndef LEGOANIMACTOR_H
#define LEGOANIMACTOR_H
#include "legopathactor.h"
class LegoAnimActor : public LegoPathActor
{
public:
};
#endif // LEGOANIMACTOR_H