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, 10 insertions, 0 deletions
diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h
new file mode 100644
index 000000000..39880562d
--- /dev/null
+++ b/src/os/macosx/splash.h
@@ -0,0 +1,10 @@
+/* $Id$ */
+
+#ifndef SPLASH_H
+#define SPLASH_H
+
+#define SPLASH_IMAGE_FILE "splash.png"
+
+void DisplaySplashImage(void);
+
+#endif