Files @ r4549:76b9213799ac
Branch filter:

Location: cpp/openttd-patchpack/source/os/macosx/splash.h

rubidium
(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif