Files @ r3078:ecb7cd974842
Branch filter:

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

tron
(svn r3667) Fix the cause of an assertion I triggered in r3665
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif