os/macosx/splash.h
author peter1138
Wed, 11 Oct 2006 18:44:02 +0000
changeset 4813 6198df1cf49f
parent 2847 5c667829bc67
permissions -rw-r--r--
(svn r6737) - Codechange: Sort train engines by their NewGRF specified list position instead of plain EngineID. This brings us back the custom order that was lost when generalized sorting was introduced.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif