Files @ r8810:152ec6a4dbb8
Branch filter:

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

smatz
(svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

	void DisplaySplashImage();

#ifdef __cplusplus
}
#endif //__cplusplus

#endif