summaryrefslogtreecommitdiff
path: root/os/macosx/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/macosx/splash.h')
-rw-r--r--os/macosx/splash.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/macosx/splash.h b/os/macosx/splash.h
new file mode 100644
index 000000000..7454ccaa0
--- /dev/null
+++ b/os/macosx/splash.h
@@ -0,0 +1,9 @@
+
+#ifndef SPLASH_H
+#define SPLASH_H
+
+#define SPLASH_IMAGE_FILE "splash.png"
+
+void DisplaySplashImage(void);
+
+#endif