]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Improve timing statistics
[flightgear.git] / src / Main / splash.hxx
index e50c489e839aa824141106ed715e08939cb88a9b..30643c2abf80d78e2aec7aa7c0324c5e1e0591ec 100644 (file)
 #ifndef _SPLASH_HXX
 #define _SPLASH_HXX
 
+#include <osg/Node>
 
 #ifndef __cplusplus
 # error This library requires C++
 #endif
 
-
 // Initialize the splash screen
-void fgSplashInit ( const char *splash_texture );
-
-// Update the splash screen with alpha specified from 0.0 to 1.0
-void fgSplashUpdate ( float alpha );
+void fgSplashInit ();
 
 // Set progress information
-void fgSplashProgress( const char *text );
+void fgSplashProgress ( const char *text );
 
+// Retrieve the splash screen node ...
+osg::Node* fgCreateSplashNode();
 
 #endif // _SPLASH_HXX