mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-29 14:55:35 +00:00
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
|