Files @ r10262:afb30c59e62b
Branch filter:

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

frosch
(svn r14493) -Fix[FS#planetmaker]: Do not assign a station spread to buoys on loading games.
/* $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