boo/InputDeviceClasses.cpp

14 lines
229 B
C++
Raw Normal View History

2015-08-18 12:40:26 -07:00
#include "inputdev/DeviceSignature.hpp"
#include "inputdev/DolphinSmashAdapter.hpp"
namespace boo
{
2015-08-18 12:40:26 -07:00
const DeviceSignature BOO_DEVICE_SIGS[] =
{
2015-08-18 12:40:26 -07:00
DEVICE_SIG(DolphinSmashAdapter, 0x57e, 0x337),
DEVICE_SIG_SENTINEL()
};
}