mirror of https://github.com/AxioDL/metaforce.git
17 lines
188 B
C++
17 lines
188 B
C++
|
#ifndef __RETRO_CINPUTGENERATOR_HPP__
|
||
|
#define __RETRO_CINPUTGENERATOR_HPP__
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace Common
|
||
|
{
|
||
|
|
||
|
class CInputGenerator
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_CINPUTGENERATOR_HPP__
|