src/os/macosx/splash.h
author peter1138
Tue, 26 Jun 2007 20:03:17 +0000
changeset 7575 0e0efc0fbf2d
parent 6573 7624f942237f
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous.
/* $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