mirror of https://github.com/AxioDL/metaforce.git
14 lines
139 B
C++
14 lines
139 B
C++
|
#ifndef __RETRO_IFACTORY_HPP__
|
||
|
#define __RETRO_IFACTORY_HPP__
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
class IFactory
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_IFACTORY_HPP__
|