mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
21 lines
350 B
C++
21 lines
350 B
C++
#ifndef LEGOANIMATIONMANAGER_H
|
|
#define LEGOANIMATIONMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoAnimationManager : public MxCore
|
|
{
|
|
public:
|
|
LegoAnimationManager();
|
|
|
|
__declspec(dllexport) static void configureLegoAnimationManager(int param_1);
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d8c18
|
|
// SIZE 0x500
|
|
};
|
|
|
|
#endif // LEGOANIMATIONMANAGER_H
|