mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-05 20:55:51 +00:00
14 lines
237 B
C++
14 lines
237 B
C++
#include "boo/inputdev/DeviceSignature.hpp"
|
|
#include "boo/inputdev/DolphinSmashAdapter.hpp"
|
|
|
|
namespace boo
|
|
{
|
|
|
|
const DeviceSignature BOO_DEVICE_SIGS[] =
|
|
{
|
|
DEVICE_SIG(DolphinSmashAdapter, 0x57e, 0x337),
|
|
DEVICE_SIG_SENTINEL()
|
|
};
|
|
|
|
}
|