X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.hxx;h=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hb=4be1661305609819703015360b79bbb7e4ae87d6;hp=e50c489e839aa824141106ed715e08939cb88a9b;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Main/splash.hxx b/src/Main/splash.hxx index e50c489e8..30643c2ab 100644 --- a/src/Main/splash.hxx +++ b/src/Main/splash.hxx @@ -25,21 +25,20 @@ #ifndef _SPLASH_HXX #define _SPLASH_HXX +#include #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