Files

15 lines
212 B
C
Raw Permalink Normal View History

2023-11-26 12:47:27 -05:00
#ifndef JSYSWRAP_CPP_H
#define JSYSWRAP_CPP_H
#include "types.h"
#include "jsyswrap.h"
#include "JSystem/JUtility/JUTGamePad.h"
#ifdef __cplusplus
extern "C" {
2024-02-26 10:05:01 -08:00
extern JUTGamePad gamePad[];
2023-11-26 12:47:27 -05:00
}
#endif
#endif