Files @ r5093:287224e9627d
Branch filter:

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

KUDr
(svn r7162) -CodeChange: disabled compilation of unused code (Darkvater)
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif