mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-05 13:57:01 +00:00
10 lines
116 B
C
10 lines
116 B
C
|
|
||
|
#ifndef SPLASH_H
|
||
|
#define SPLASH_H
|
||
|
|
||
|
#define SPLASH_IMAGE_FILE "splash.png"
|
||
|
|
||
|
void DisplaySplashImage(void);
|
||
|
|
||
|
#endif
|