18 lines
336 B
C
Raw Normal View History

/* This source as presented is a modified version of original wiiuse for use
2017-08-19 08:46:04 +02:00
* with RetroArch, and must not be confused with the original software. */
#ifndef __EVENTS_H__
#define __EVENTS_H__
#ifdef __cplusplus
extern "C" {
#endif
void wiiuse_pressed_buttons(struct wiimote_t* wm, ubyte* msg);
#ifdef __cplusplus
}
#endif
#endif