2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/Input/CInputGenerator.hpp
2015-08-18 12:51:54 -10:00

14 lines
167 B
C++

#ifndef __RETRO_CINPUTGENERATOR_HPP__
#define __RETRO_CINPUTGENERATOR_HPP__
namespace Retro
{
class CInputGenerator
{
};
}
#endif // __RETRO_CINPUTGENERATOR_HPP__