Files @ r4409:071700f4fb71
Branch filter:

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

KUDr
(svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p)
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif