mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-18 12:52:53 -04:00
Implement & link jsyswrap.cpp
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user