Files @ r7423:ba5e87b6ea9b
Branch filter:

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

rubidium
(svn r10821) -Cleanup: remove the strings that are not needed anymore since r10820.
/* $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