os/macosx/splash.h
author bjarni
Fri, 31 Mar 2006 10:04:18 +0000
changeset 3389 f26c7fc263a5
parent 2847 5c667829bc67
permissions -rw-r--r--
(svn r4197) reentered STATIC_ZLIB_PATH (removed in 4183) since it turned out that it's used after all
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif