1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-11 05:10:31 -04:00
isle/lib/legoanimationmanager.h
2023-04-27 19:19:39 -07:00

10 lines
217 B
C++

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