Files @ r5997:b5a74d8a12b8
Branch filter:

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

celestar
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
/* $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