isle/LEGO1/lego/legoomni/include/legoanimactor.h
2024-01-07 14:22:40 -05:00

11 lines
160 B
C++

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