metaforce/Runtime/Common/IFactory.hpp

17 lines
160 B
C++

#ifndef __RETRO_IFACTORY_HPP__
#define __RETRO_IFACTORY_HPP__
namespace Retro
{
namespace Common
{
class IFactory
{
};
}
}
#endif // __RETRO_IFACTORY_HPP__