Files @ r5350:c8874719b8c6
Branch filter:

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

Darkvater
(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif