Files @ r5926:a5c8facf9039
Branch filter:

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

tron
(svn r8563) -Fix

Replace very old tabs which should be spaces by spaces
/* $Id$ */

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

	void DisplaySplashImage(void);

#ifdef __cplusplus
}
#endif //__cplusplus

#endif