X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.hxx;h=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hb=571f7301f2b0b493f90769baa0728f82fa8ea731;hp=7ee57e856f7ab300099dad7b814639c3a0aa8dfb;hpb=943828875531b31e5a829364de9e2013020c3ddf;p=flightgear.git diff --git a/src/Main/splash.hxx b/src/Main/splash.hxx index 7ee57e856..30643c2ab 100644 --- a/src/Main/splash.hxx +++ b/src/Main/splash.hxx @@ -25,24 +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 ); -// Free texture memory -void fgSplashExit (); - +// Retrieve the splash screen node ... +osg::Node* fgCreateSplashNode(); #endif // _SPLASH_HXX