metaforce/Runtime/Common/Character/CAssetFactory.hpp

17 lines
191 B
C++
Raw Normal View History

2015-08-17 20:33:58 +00:00
#ifndef __RETRO_CASSETFACTORY_HPP__
#define __RETRO_CASSETFACTORY_HPP__
namespace Retro
{
namespace Common
{
2015-08-17 23:46:41 +00:00
class CCharacterFactoryBuilder
{
};
}
}
2015-08-17 20:33:58 +00:00
#endif // __RETRO_CASSETFACTORY_HPP__