next release will be 1.8.8
[libogc.git] / wiiuse / events.h
blobb6f0c75542c4df70389945c264f9accd0a6a0a2e
1 #ifndef __EVENTS_H__
2 #define __EVENTS_H__
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 void wiiuse_pressed_buttons(struct wiimote_t* wm, ubyte* msg);
10 #ifdef __cplusplus
12 #endif
14 #endif