Merge pull request #36 from xhp-creations/master

Fixed C++ defines and procui.h declarations
This commit is contained in:
James 2016-08-16 22:42:13 +01:00 committed by GitHub
commit eb4f5d6905
5 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ struct linger
};
#ifdef __cplusplus
"C" {
extern "C" {
#endif
void

View File

@ -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
}

View File

@ -8,7 +8,7 @@
*/
#ifdef __cplusplus
"C" {
extern "C" {
#endif
void

View File

@ -8,7 +8,7 @@
*/
#ifdef __cplusplus
"C" {
extern "C" {
#endif
//TODO

View File

@ -8,7 +8,7 @@
*/
#ifdef __cplusplus
"C" {
extern "C" {
#endif
typedef struct VPADVec2D VPADVec2D;