mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 10:17:01 +00:00
17
include/Kyoto/Animation/CAnimationManager.hpp
Normal file
17
include/Kyoto/Animation/CAnimationManager.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user