Files @ r3765:c9eaea3d3f78
Branch filter:

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

peter1138
(svn r4757) - Newstations: add saveload support for custom station speclists
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif