2015-04-19 20:16:50 +00:00
|
|
|
#ifndef CDOLPHINSMASHADAPTER_HPP
|
|
|
|
#define CDOLPHINSMASHADAPTER_HPP
|
|
|
|
|
2015-04-21 04:02:43 +00:00
|
|
|
#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-23 00:46:32 +00:00
|
|
|
~CDolphinSmashAdapter();
|
2015-04-21 04:02:43 +00:00
|
|
|
};
|
2015-04-19 20:16:50 +00:00
|
|
|
|
|
|
|
#endif // CDOLPHINSMASHADAPTER_HPP
|