Files @ r7601:2327d699b237
Branch filter:

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

rubidium
(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
/* $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