os/macosx/splash.h
author peter1138
Sat, 21 Jan 2006 20:34:17 +0000
changeset 2865 97cb78a1d02c
parent 2847 65c54f935db6
permissions -rw-r--r--
(svn r3413) - Fix: Under certain conditions placing a road tile parallel under a bridge would, instead of failing, succeed and place a perpendicular piece.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif