metaforce/Runtime/CResFactory.hpp

16 lines
194 B
C++

#ifndef __RETRO_CRESFACTORY_HPP__
#define __RETRO_CRESFACTORY_HPP__
#include "IFactory.hpp"
namespace Retro
{
class CResFactory : public IFactory
{
};
}
#endif // __RETRO_CRESFACTORY_HPP__