]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Fix line endings
[flightgear.git] / src / Main / splash.hxx
index 31e1bca2785371c6c2ade66df2b55444c67f69ff..260c57c1bad3f362a2ec77b9d99cd8b37be67e79 100644 (file)
@@ -26,9 +26,9 @@
 #define _SPLASH_HXX
 
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
-#endif                                   
+#endif
 
 
 // Initialize the splash screen
@@ -37,6 +37,9 @@ void fgSplashInit ( const char *splash_texture );
 // 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