mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 11:51:27 +00:00
14 lines
233 B
C++
14 lines
233 B
C++
#include "inputdev/SDeviceSignature.hpp"
|
|
#include "inputdev/CDolphinSmashAdapter.hpp"
|
|
|
|
namespace boo
|
|
{
|
|
|
|
const SDeviceSignature BOO_DEVICE_SIGS[] =
|
|
{
|
|
DEVICE_SIG(CDolphinSmashAdapter, 0x57e, 0x337),
|
|
DEVICE_SIG_SENTINEL()
|
|
};
|
|
|
|
}
|