isle-portable/LEGO1/legoanimationmanager.h

11 lines
217 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef LEGOANIMATIONMANAGER_H
#define LEGOANIMATIONMANAGER_H
class LegoAnimationManager
{
public:
__declspec(dllexport) static void configureLegoAnimationManager(int param_1);
};
#endif // LEGOANIMATIONMANAGER_H