X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FViewer%2Fsplash.hxx;h=d6c054dfb56c8dd01376a81b823d18f7ec088df8;hb=6bf47cd248ed388e6a4dd3ffa2d00977b00b62fb;hp=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hpb=89b41395d861a49ad543af166c0bd41c14dd0d2b;p=flightgear.git diff --git a/src/Viewer/splash.hxx b/src/Viewer/splash.hxx index 30643c2ab..d6c054dfb 100644 --- a/src/Viewer/splash.hxx +++ b/src/Viewer/splash.hxx @@ -31,13 +31,14 @@ # error This library requires C++ #endif -// Initialize the splash screen +/** Initialize the splash screen */ void fgSplashInit (); -// Set progress information -void fgSplashProgress ( const char *text ); +/** Set progress information. + * "identifier" references an element of the language resource. */ +void fgSplashProgress ( const char *identifier ); -// Retrieve the splash screen node ... +/** Retrieve the splash screen node */ osg::Node* fgCreateSplashNode(); #endif // _SPLASH_HXX