mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
236 B
C
19 lines
236 B
C
#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
|