mirror of https://github.com/AxioDL/metaforce.git
24 lines
311 B
C++
24 lines
311 B
C++
#ifndef __PSHAG_CCHARACTERFACTORY_HPP__
|
|
#define __PSHAG_CCHARACTERFACTORY_HPP__
|
|
|
|
#include "../IFactory.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAnimSysContext
|
|
{
|
|
};
|
|
|
|
class CCharacterFactory : public IFactory
|
|
{
|
|
public:
|
|
class CDummyFactory : public IFactory
|
|
{
|
|
};
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CCHARACTERFACTORY_HPP__
|