mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-31 18:50:15 +00:00
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
|