src/os/macosx/splash.h
author bjarni
Tue, 30 Jan 2007 17:19:58 +0000
changeset 6122 33ce525e85ff
parent 5838 9c3129cb019b
child 6298 c30fe89622df
permissions -rw-r--r--
(svn r8460) -Fix (r8455): the build train window put locomotives and wagons in appeantly random order
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

	void DisplaySplashImage(void);

#ifdef __cplusplus
}
#endif //__cplusplus

#endif