2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-03 05:15:53 +00:00
metaforce/Runtime/Character/CAssetFactory.hpp
2015-08-18 12:51:54 -10:00

20 lines
279 B
C++

#ifndef __RETRO_CASSETFACTORY_HPP__
#define __RETRO_CASSETFACTORY_HPP__
#include "../IFactory.hpp"
namespace Retro
{
class CCharacterFactoryBuilder : public IFactory
{
public:
class CDummyFactory : public IFactory
{
};
};
}
#endif // __RETRO_CASSETFACTORY_HPP__