mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Initial CAnimData implementation and other support classes
This commit is contained in:
13
Runtime/Character/CAnimationManager.hpp
Normal file
13
Runtime/Character/CAnimationManager.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __PSHAG_CANIMATIONMANAGER_HPP__
|
||||
#define __PSHAG_CANIMATIONMANAGER_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimationManager
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CANIMATIONMANAGER_HPP__
|
||||
Reference in New Issue
Block a user