os/macosx/splash.h
author matthijs
Tue, 05 Dec 2006 13:58:20 +0000
changeset 5247 c3eece01af11
parent 2847 5c667829bc67
permissions -rw-r--r--
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif