00001 /* $Id: splash.h 12971 2008-05-06 15:11:33Z rubidium $ */ 00002 00005 #ifndef SPLASH_H 00006 #define SPLASH_H 00007 00008 #define SPLASH_IMAGE_FILE "splash.png" 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif //__cplusplus 00013 00014 void DisplaySplashImage(); 00015 00016 #ifdef __cplusplus 00017 } 00018 #endif //__cplusplus 00019 00020 #endif