mirror of https://github.com/PrimeDecomp/prime.git
12 lines
196 B
C++
12 lines
196 B
C++
|
#ifndef _CCHARACTERFACTORY
|
||
|
#define _CCHARACTERFACTORY
|
||
|
#include <Kyoto/IObjFactory.hpp>
|
||
|
#include <Kyoto/CResFactory.hpp>
|
||
|
|
||
|
|
||
|
class CCharacterFactory : IObjFactory {
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // _CCHARACTERFACTORY
|