]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Main / splash.hxx
index 3e2ca1e730728615537f3a81e8583196e0f047e5..fe30644333f194b5d723610e7c84b65da8110bb3 100644 (file)
@@ -35,7 +35,7 @@
 void fgSplashInit ( void );
 
 // 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