boo/include/inputdev/CDolphinSmashAdapter.hpp

14 lines
296 B
C++
Raw Normal View History

2015-04-19 20:16:50 +00:00
#ifndef CDOLPHINSMASHADAPTER_HPP
#define CDOLPHINSMASHADAPTER_HPP
#include "CDeviceBase.hpp"
class CDolphinSmashAdapter final : public CDeviceBase
{
void deviceDisconnected();
public:
2015-04-22 21:48:23 +00:00
CDolphinSmashAdapter(CDeviceToken* token, IHIDDevice* hidDev);
};
2015-04-19 20:16:50 +00:00
#endif // CDOLPHINSMASHADAPTER_HPP