11 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Id$ */
 | 
						|
 | 
						|
#ifndef SPLASH_H
 | 
						|
#define SPLASH_H
 | 
						|
 | 
						|
#define SPLASH_IMAGE_FILE		"splash.png"
 | 
						|
 | 
						|
void DisplaySplashImage(void);
 | 
						|
 | 
						|
#endif
 |