PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
psxutil.h
Go to the documentation of this file.
1 // psxutil.h
2 
3 #ifndef _PSXUTIL_H
4 #define _PSXUTIL_H
5 
18 char *PSX_GetButtonName(unsigned short button, char *out, unsigned int out_len);
19 
20 #endif