os/macosx/splash.h
author KUDr
Sat, 07 Oct 2006 20:31:38 +0000
changeset 4769 172e18f63248
parent 2847 65c54f935db6
permissions -rw-r--r--
(svn r6683) -Fix: '<' signed unsigned mismatch produced by VC8
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif