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