summaryrefslogtreecommitdiff
path: root/src/os/macosx/splash.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-09-09 20:28:48 +0000
committerrubidium <rubidium@openttd.org>2011-09-09 20:28:48 +0000
commit39eaf0e10d89188470878e9c89430d5352b1c009 (patch)
tree54570a2004908ede25d346fe21d96d542f90fb3f /src/os/macosx/splash.h
parentd78a4850a6c480a486fec7341dac3212166ec65c (diff)
downloadopenttd-39eaf0e10d89188470878e9c89430d5352b1c009.tar.xz
(svn r22913) -Fix [OSX]: make splash work again and make it work without needing to bundle it first
Diffstat (limited to 'src/os/macosx/splash.h')
-rw-r--r--src/os/macosx/splash.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h
index e5399a2cf..90e663814 100644
--- a/src/os/macosx/splash.h
+++ b/src/os/macosx/splash.h
@@ -12,16 +12,8 @@
#ifndef SPLASH_H
#define SPLASH_H
-#define SPLASH_IMAGE_FILE "splash.png"
+#define SPLASH_IMAGE_FILE "splash.png"
-#ifdef __cplusplus
-extern "C" {
-#endif //__cplusplus
-
- void DisplaySplashImage();
-
-#ifdef __cplusplus
-}
-#endif //__cplusplus
+void DisplaySplashImage();
#endif /* SPLASH_H */