mirror of https://github.com/PrimeDecomp/prime.git
18 lines
334 B
C++
18 lines
334 B
C++
#ifndef _CANIMATIONMANAGER
|
|
#define _CANIMATIONMANAGER
|
|
|
|
#include "Kyoto/TToken.hpp"
|
|
|
|
|
|
class CAnimationManager {
|
|
public:
|
|
//CAnimationManager(const TToken<CAnimationDatabase>& animDB, const CAnimSysContext& sysCtx);
|
|
|
|
private:
|
|
//TToken< CAnimationDatabase > x0_animDB;
|
|
//CAnimSysContext x8_sysCtx;
|
|
};
|
|
|
|
|
|
#endif // _CANIMATIONMANAGER
|