isle-portable/LEGO1/lego/legoomni/include/legoanimactor.h

11 lines
160 B
C
Raw Normal View History

#ifndef LEGOANIMACTOR_H
#define LEGOANIMACTOR_H
#include "legopathactor.h"
2023-10-24 19:38:27 -04:00
class LegoAnimActor : public LegoPathActor {
public:
};
#endif // LEGOANIMACTOR_H