os/macosx/splash.h
author peter1138
Sun, 07 May 2006 17:43:03 +0000
changeset 3783 0199c4b70cc2
parent 2847 65c54f935db6
permissions -rw-r--r--
(svn r4777) - NewGRF: moving warning message about feature callbacks above station code and change minimum length for action 3 from 7 to 6 bytes.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif