]> git.mxchange.org Git - flightgear.git/blobdiff - src/Viewer/splash.hxx
Remove pre-OSG 'enable/disable-textures' option.
[flightgear.git] / src / Viewer / splash.hxx
index 30643c2abf80d78e2aec7aa7c0324c5e1e0591ec..d6c054dfb56c8dd01376a81b823d18f7ec088df8 100644 (file)
 # 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