src/os/macosx/splash.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 6298 c30fe89622df
--- a/src/os/macosx/splash.h	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/os/macosx/splash.h	Wed Jan 10 18:56:51 2007 +0000
@@ -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