Implement & link jsyswrap.cpp

This commit is contained in:
Cuyler36
2023-11-26 12:47:27 -05:00
parent 3ea682cfd3
commit e94649c4f6
39 changed files with 1213 additions and 200 deletions
+18
View File
@@ -0,0 +1,18 @@
#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