summaryrefslogtreecommitdiff
path: root/src/os/macosx/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/macosx/splash.h')
-rw-r--r--src/os/macosx/splash.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h
index 39880562d..1bc4fa53c 100644
--- a/src/os/macosx/splash.h
+++ b/src/os/macosx/splash.h
@@ -5,6 +5,14 @@
#define SPLASH_IMAGE_FILE "splash.png"
-void DisplaySplashImage(void);
+#ifdef __cplusplus
+extern "C" {
+#endif //__cplusplus
+
+ void DisplaySplashImage(void);
+
+#ifdef __cplusplus
+}
+#endif //__cplusplus
#endif