os/macosx/splash.h
author bjarni
Sun, 03 Sep 2006 15:45:48 +0000
changeset 4530 1cb4289dda98
parent 2847 65c54f935db6
permissions -rw-r--r--
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif