#ifndef JSYSWRAP_CPP_H #define JSYSWRAP_CPP_H #include "types.h" #include "jsyswrap.h" #include "JSystem/JUtility/JUTGamePad.h" #ifdef __cplusplus extern "C" { #endif extern JUTGamePad gamePad[]; #ifdef __cplusplus } #endif #endif