src/os/macosx/splash.h
author smatz
Mon, 18 Feb 2008 23:37:16 +0000
changeset 9099 b547d33e53d8
parent 6573 7624f942237f
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
/* $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