Files @ r9880:ab5464c57091
Branch filter:

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

belugas
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
/* $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