Files @ r12587:a88a804565f4
Branch filter:

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

rubidium
(svn r17040) -Fix [FS#3081]: inconsistency between signs of stations and waypoints
/* $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