Files @ r3302:8eb316aa2bd2
Branch filter:

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

truelight
(svn r4059) -Fix: add --dedicated flag to configure
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif