isle/LEGO1/legoanimactor.h
2023-06-23 17:18:53 -07:00

11 lines
139 B
C++

#ifndef LEGOANIMACTOR_H
#define LEGOANIMACTOR_H
class LegoAnimActor
{
public:
const char* GetClassName();
};
#endif // LEGOANIMACTOR_H