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