#pragma once #include #include "Runtime/IOStreams.hpp" #include "Runtime/Character/IMetaAnim.hpp" namespace urde { class CMetaAnimFactory { public: static std::shared_ptr CreateMetaAnim(CInputStream& in); }; } // namespace urde