(svn r3496) - Validate filename titles before they get displayed. This avoids crashes with UTF-8 encoded or bad filenames by replacing undisplayable characters with a '?'
/* $Id$ */
#ifndef SPLASH_H
#define SPLASH_H
#define SPLASH_IMAGE_FILE		"splash.png"
void DisplaySplashImage(void);
#endif