X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.hxx;h=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hb=571f7301f2b0b493f90769baa0728f82fa8ea731;hp=fe30644333f194b5d723610e7c84b65da8110bb3;hpb=2384d0ed51374711145294e6bc4d5af7f324832e;p=flightgear.git diff --git a/src/Main/splash.hxx b/src/Main/splash.hxx index fe3064433..30643c2ab 100644 --- a/src/Main/splash.hxx +++ b/src/Main/splash.hxx @@ -17,7 +17,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -25,18 +25,20 @@ #ifndef _SPLASH_HXX #define _SPLASH_HXX +#include -#ifndef __cplusplus +#ifndef __cplusplus # error This library requires C++ -#endif - +#endif // Initialize the splash screen -void fgSplashInit ( void ); +void fgSplashInit (); -// Update the splash screen with progress specified from 0.0 to 1.0 -void fgSplashUpdate ( double progress, float alpha ); +// Set progress information +void fgSplashProgress ( const char *text ); +// Retrieve the splash screen node ... +osg::Node* fgCreateSplashNode(); #endif // _SPLASH_HXX