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