src/os/macosx/splash.h
author truelight
Fri, 13 Jul 2007 15:01:16 +0000
changeset 7247 9a054caa1ba4
parent 6247 7d81e3a5d803
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
/* $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