2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/Input/CDolphinController.hpp
2015-08-27 14:11:31 -10:00

16 lines
228 B
C++

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