Files @ r4563:6b6e35b7ed2b
Branch filter:

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

glx
(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif