mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 07:58:39 -05: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
|
||||
"C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
"C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef void (*ProcUISaveCallback)(void);
|
||||
|
|
@ -59,7 +59,7 @@ void
|
|||
ProcUIShutdown();
|
||||
|
||||
ProcUIStatus
|
||||
ProcUISubProcessMessages();
|
||||
ProcUISubProcessMessages(BOOL block);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
"C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
"C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//TODO
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
"C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct VPADVec2D VPADVec2D;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user