os/macosx/splash.h
author peter1138
Tue, 31 Jan 2006 12:08:49 +0000
changeset 2940 ce57a148333e
parent 2847 5c667829bc67
permissions -rw-r--r--
(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