Files @ r12603:73cf823a9613
Branch filter:

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

alberth
(svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui.
/* $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