2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 14:31:20 +00:00
metaforce/Runtime/Input/CFinalInput.hpp
2015-08-19 16:52:07 -10:00

14 lines
151 B
C++

#ifndef __RETRO_CFINALINPUT_HPP__
#define __RETRO_CFINALINPUT_HPP__
namespace Retro
{
class CFinalInput
{
};
}
#endif // __RETRO_CFINALINPUT_HPP__