isle/LEGO1/legoanimationmanager.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

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