Files @ r2743:0c442dfd1461
Branch filter:

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

peter1138
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
Add extern to cocoa sound driver.
1
2
3
4
5
6
7
8
9

#ifndef SPLASH_H
#define SPLASH_H

#define SPLASH_IMAGE_FILE		"splash.png"

void DisplaySplashImage(void);

#endif