mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
ANCS stubs and initial readers
This commit is contained in:
21
Runtime/Character/CAnimation.hpp
Normal file
21
Runtime/Character/CAnimation.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __PSHAG_CANIMATION_HPP__
|
||||
#define __PSHAG_CANIMATION_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CMetaAnimFactory.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class IMetaAnim;
|
||||
|
||||
class CAnimation
|
||||
{
|
||||
std::string x0_name;
|
||||
std::shared_ptr<IMetaAnim> x10_anim;
|
||||
public:
|
||||
CAnimation(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CANIMATION_HPP__
|
||||
Reference in New Issue
Block a user