os/macosx/splash.h
author tron
Sun, 23 Apr 2006 13:48:16 +0000
changeset 3636 a36cc46e754d
parent 2847 65c54f935db6
permissions -rw-r--r--
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif