isle/LEGO1/legoanimactor.h
2023-10-24 19:30:34 -04:00

11 lines
160 B
C++

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