mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
11 lines
127 B
C
11 lines
127 B
C
/* $Id$ */
|
|
|
|
#ifndef SPLASH_H
|
|
#define SPLASH_H
|
|
|
|
#define SPLASH_IMAGE_FILE "splash.png"
|
|
|
|
void DisplaySplashImage(void);
|
|
|
|
#endif
|