os/macosx/splash.h
changeset 2736 1ea068235989
child 2847 5c667829bc67
equal deleted inserted replaced
2735:6f1b148a676b 2736:1ea068235989
       
     1 
       
     2 #ifndef SPLASH_H
       
     3 #define SPLASH_H
       
     4 
       
     5 #define SPLASH_IMAGE_FILE		"splash.png"
       
     6 
       
     7 void DisplaySplashImage(void);
       
     8 
       
     9 #endif