Files @ r9010:56ff6c523703
Branch filter:

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

rubidium
(svn r12805) -Codechange: remove some bit magic related to the news display states. Patch by cirdan.
/* $Id$ */

#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