shithub: cstory

Download patch

ref: dbe773f01a1221c483643e33bd50d0245d2aa077
parent: 30968a626cc6c15264a0fd39418def157bf6c064
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jan 6 23:50:15 EST 2020

...Remove more C-compatibility stuff

--- a/src/BossLife.h
+++ b/src/BossLife.h
@@ -2,15 +2,7 @@
 
 #include "WindowsWrapper.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 void InitBossLife(void);
 BOOL StartBossLife(int code_event);
 BOOL StartBossLife2(void);
 void PutBossLife(void);
-
-#ifdef __cplusplus
-}
-#endif
--- a/src/ValueView.h
+++ b/src/ValueView.h
@@ -2,10 +2,6 @@
 
 #include "WindowsWrapper.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 typedef struct VALUEVIEW
 {
   BOOL flag;
@@ -21,7 +17,3 @@
 void SetValueView(int *px, int *py, int value);
 void ActValueView(void);
 void PutValueView(int flx, int fly);
-
-#ifdef __cplusplus
-}
-#endif