Files @ r11337:9b00fd51efbb
Branch filter:

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

frosch
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway.
/* $Id$ */

/** @file splash.h Functions to support splash screens for OSX. */

#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