removing bool8_32 type
[drnoksnes] / platform / zeemote.h
1 #ifndef _PLATFORM_ZEEMOTE_H_
2 #define _PLATFORM_ZEEMOTE_H_
3
4 START_EXTERN_C
5
6 void ZeeInit();
7 void ZeeRead(uint32* joypads);
8 void ZeeQuit();
9
10 END_EXTERN_C
11
12 #endif