mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
19 lines
313 B
C++
19 lines
313 B
C++
#ifndef LEGOANIMATIONMANAGER_H
|
|
#define LEGOANIMATIONMANAGER_H
|
|
|
|
class LegoAnimationManager
|
|
{
|
|
public:
|
|
LegoAnimationManager();
|
|
|
|
__declspec(dllexport) static void configureLegoAnimationManager(int param_1);
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d8c18
|
|
// SIZE 0x500
|
|
};
|
|
|
|
#endif // LEGOANIMATIONMANAGER_H
|