pcem/src/wx-joystickconfig.h
2017-10-09 22:04:22 +01:00

15 lines
264 B
C

#ifndef SRC_WX_DEVICECONFIG_H_
#define SRC_WX_DEVICECONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
void joystickconfig_open(void *hwnd, int joy_nr, int type);
#ifdef __cplusplus
}
#endif
#endif /* SRC_WX_DEVICECONFIG_H_ */