2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 11:53:29 +00:00
metaforce/Runtime/Input/CMouseController.hpp
2015-08-27 14:11:31 -10:00

16 lines
220 B
C++

#ifndef __RETRO_CMOUSECONTROLLER_HPP__
#define __RETRO_CMOUSECONTROLLER_HPP__
#include "IController.hpp"
namespace Retro
{
class CMouseController : public IController
{
};
}
#endif // __RETRO_CMOUSECONTROLLER_HPP__