(svn r22913) -Fix [OSX]: make splash work again and make it work without needing to bundle it first
This commit is contained in:
@@ -12,16 +12,8 @@
|
||||
#ifndef SPLASH_H
|
||||
#define SPLASH_H
|
||||
|
||||
#define SPLASH_IMAGE_FILE "splash.png"
|
||||
#define SPLASH_IMAGE_FILE "splash.png"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif //__cplusplus
|
||||
|
||||
void DisplaySplashImage();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif //__cplusplus
|
||||
void DisplaySplashImage();
|
||||
|
||||
#endif /* SPLASH_H */
|
||||
|
Reference in New Issue
Block a user