src/os/macosx/splash.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 6298 c30fe89622df
equal deleted inserted replaced
5649:55c8267c933f 5650:aefc131bf5ce
     3 #ifndef SPLASH_H
     3 #ifndef SPLASH_H
     4 #define SPLASH_H
     4 #define SPLASH_H
     5 
     5 
     6 #define SPLASH_IMAGE_FILE		"splash.png"
     6 #define SPLASH_IMAGE_FILE		"splash.png"
     7 
     7 
     8 void DisplaySplashImage(void);
     8 #ifdef __cplusplus
       
     9 extern "C" {
       
    10 #endif //__cplusplus
       
    11 
       
    12 	void DisplaySplashImage(void);
       
    13 
       
    14 #ifdef __cplusplus
       
    15 }
       
    16 #endif //__cplusplus
     9 
    17 
    10 #endif
    18 #endif