mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
CModelData imps
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
#ifndef __URDE_CASSETFACTORY_HPP__
|
||||
#define __URDE_CASSETFACTORY_HPP__
|
||||
|
||||
#include "../IFactory.hpp"
|
||||
#include "../IObj.hpp"
|
||||
#include "IFactory.hpp"
|
||||
#include "IObj.hpp"
|
||||
#include "CToken.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CCharacterFactory;
|
||||
class CAnimRes;
|
||||
|
||||
class CCharacterFactoryBuilder : public IFactory
|
||||
{
|
||||
public:
|
||||
@@ -14,7 +18,10 @@ public:
|
||||
void CancelBuild(const SObjectTag&) {}
|
||||
bool CanBuild(const SObjectTag&) {return false;}
|
||||
const SObjectTag* GetResourceIdByName(const char*) const {return nullptr;}
|
||||
FourCC GetResourceTypeById(ResId id) const {return {};}
|
||||
TToken<CCharacterFactory> GetFactory(const CAnimRes& res);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CASSETFACTORY_HPP__
|
||||
|
||||
Reference in New Issue
Block a user