mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:10:42 +01:00
Fixed C++ defines and procui.h declarations
Fixed C++ defines and procui.h declarations
This commit is contained in:
parent
782e02a39c
commit
28f8b1655f
@ -70,7 +70,7 @@ struct linger
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef void (*ProcUISaveCallback)(void);
|
typedef void (*ProcUISaveCallback)(void);
|
||||||
@ -59,7 +59,7 @@ void
|
|||||||
ProcUIShutdown();
|
ProcUIShutdown();
|
||||||
|
|
||||||
ProcUIStatus
|
ProcUIStatus
|
||||||
ProcUISubProcessMessages();
|
ProcUISubProcessMessages(BOOL block);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
"C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct VPADVec2D VPADVec2D;
|
typedef struct VPADVec2D VPADVec2D;
|
||||||
|
Loading…
Reference in New Issue
Block a user