Files @ r2962:16f2ef02fde1
Branch filter:

Location: cpp/openttd-patchpack/source/os/macosx/splash.h

peter1138
(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif