mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 16:06:09 +00:00
16
include/Kyoto/Animation/CTransitionManager.hpp
Normal file
16
include/Kyoto/Animation/CTransitionManager.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _CTRANSITIONMANAGER
|
||||
#define _CTRANSITIONMANAGER
|
||||
|
||||
#include "Kyoto/Animation/CAnimSysContext.hpp"
|
||||
|
||||
class CAnimTreeNode;
|
||||
class CTransitionManager {
|
||||
public:
|
||||
rstl::rc_ptr< CAnimTreeNode > GetTransitionTree(const rstl::ncrc_ptr< CAnimTreeNode >& a,
|
||||
const rstl::ncrc_ptr< CAnimTreeNode >& b) const;
|
||||
|
||||
private:
|
||||
CAnimSysContext x0_context;
|
||||
};
|
||||
|
||||
#endif // _CTRANSITIONMANAGER
|
||||
Reference in New Issue
Block a user