(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
/* $Id$ */
/** @file splash.h Functions to support splash screens for OSX. */
#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