mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
13 lines
260 B
C++
13 lines
260 B
C++
#ifndef _CCHARACTERFACTORY
|
|
#define _CCHARACTERFACTORY
|
|
#include <Kyoto/IObjFactory.hpp>
|
|
#include <Kyoto/CResFactory.hpp>
|
|
|
|
|
|
class CCharacterFactory : IObjFactory {
|
|
public:
|
|
int GetEventResourceIdForAnimResourceId(int id) const;
|
|
};
|
|
|
|
#endif // _CCHARACTERFACTORY
|