2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/Character/CCharacterFactory.hpp
2016-03-04 13:04:53 -10:00

20 lines
283 B
C++

#ifndef __PSHAG_CCHARACTERFACTORY_HPP__
#define __PSHAG_CCHARACTERFACTORY_HPP__
#include "../IFactory.hpp"
namespace urde
{
class CCharacterFactory : public IFactory
{
public:
class CDummyFactory : public IFactory
{
};
};
}
#endif // __PSHAG_CCHARACTERFACTORY_HPP__