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

12 lines
247 B
C++

#ifndef LEGOANIMATIONMANAGER_H
#define LEGOANIMATIONMANAGER_H
class LegoAnimationManager
{
public:
__declspec(dllexport) static void configureLegoAnimationManager(int param_1);
const char* GetClassName();
};
#endif // LEGOANIMATIONMANAGER_H