Files @ r2936:699fe9184dbb
Branch filter:

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

bjarni
(svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif