mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +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
|