prime/include/MetroidPrime/Factories/CCharacterFactory.hpp

12 lines
196 B
C++

#ifndef _CCHARACTERFACTORY
#define _CCHARACTERFACTORY
#include <Kyoto/IObjFactory.hpp>
#include <Kyoto/CResFactory.hpp>
class CCharacterFactory : IObjFactory {
};
#endif // _CCHARACTERFACTORY