metaforce/Runtime/Common/Input/CInputGenerator.hpp

17 lines
188 B
C++
Raw Normal View History

2015-08-18 05:54:43 +00:00
#ifndef __RETRO_CINPUTGENERATOR_HPP__
#define __RETRO_CINPUTGENERATOR_HPP__
namespace Retro
{
namespace Common
{
class CInputGenerator
{
};
}
}
#endif // __RETRO_CINPUTGENERATOR_HPP__