]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Make sound audiable not until after the scenery is loaded.
[flightgear.git] / src / Main / splash.hxx
index 3e2ca1e730728615537f3a81e8583196e0f047e5..99dbcbd69a5a2e4786fc56f90d7fe716aebaff25 100644 (file)
 
 
 // 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 );
+void fgSplashUpdate ( double progress, float alpha );
 
 
 #endif // _SPLASH_HXX