NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
WUDHidHost.h
1#ifndef RVL_SDK_WUD_HID_HOST_H
2#define RVL_SDK_WUD_HID_HOST_H
3#include <types.h>
4
5#include <revolution/BTE.h>
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void WUDHidHostCallback(tBTA_HH_EVT event, tBTA_HH* pData);
11
12#ifdef __cplusplus
13}
14#endif
15#endif