metaforce/Runtime/CResFactory.hpp

16 lines
194 B
C++
Raw Normal View History

2015-08-17 13:33:58 -07:00
#ifndef __RETRO_CRESFACTORY_HPP__
#define __RETRO_CRESFACTORY_HPP__
2015-08-17 22:54:43 -07:00
#include "IFactory.hpp"
namespace Retro
{
2015-08-17 22:54:43 -07:00
class CResFactory : public IFactory
2015-08-17 13:33:58 -07:00
{
};
}
2015-08-17 13:33:58 -07:00
#endif // __RETRO_CRESFACTORY_HPP__