os/macosx/splash.h
author truelight
Sat, 07 Jan 2006 10:57:32 +0000
changeset 2833 b1e5f44afe06
parent 2736 3d6487cbbb69
child 2847 65c54f935db6
permissions -rw-r--r--
(svn r3381) -Fix: r3374 left one bug: allow moving around wagons in a 100 long train

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif