00001 /* $Id: splash.h 9050 2007-03-07 11:47:46Z rubidium $ */ 00002 00003 #ifndef SPLASH_H 00004 #define SPLASH_H 00005 00006 #define SPLASH_IMAGE_FILE "splash.png" 00007 00008 #ifdef __cplusplus 00009 extern "C" { 00010 #endif //__cplusplus 00011 00012 void DisplaySplashImage(); 00013 00014 #ifdef __cplusplus 00015 } 00016 #endif //__cplusplus 00017 00018 #endif