]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Fix line endings
[flightgear.git] / src / Main / splash.hxx
index 3e2ca1e730728615537f3a81e8583196e0f047e5..260c57c1bad3f362a2ec77b9d99cd8b37be67e79 100644 (file)
 #define _SPLASH_HXX
 
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
-#endif                                   
+#endif
 
 
 // Initialize the splash screen
-void fgSplashInit ( void );
+void fgSplashInit ( const char *splash_texture );
 
-// Update the splash screen with progress specified from 0.0 to 1.0
-void fgSplashUpdate ( double progress );
+// Update the splash screen with alpha specified from 0.0 to 1.0
+void fgSplashUpdate ( float alpha );
+
+// Set progress information
+void fgSplashProgress( const char *text );
 
 
 #endif // _SPLASH_HXX