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