mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07:00
15 lines
212 B
C
15 lines
212 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" {
|
|
extern JUTGamePad gamePad[];
|
|
}
|
|
#endif
|
|
|
|
#endif
|