os/macosx/splash.h
changeset 2736 3d6487cbbb69
child 2847 65c54f935db6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/os/macosx/splash.h	Sat Dec 10 11:16:45 2005 +0000
@@ -0,0 +1,9 @@
+
+#ifndef SPLASH_H
+#define SPLASH_H
+
+#define SPLASH_IMAGE_FILE		"splash.png"
+
+void DisplaySplashImage(void);
+
+#endif