]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Merge branch 'zan/stencil2' into next
[flightgear.git] / src / Main / splash.hxx
index 3e2ca1e730728615537f3a81e8583196e0f047e5..30643c2abf80d78e2aec7aa7c0324c5e1e0591ec 100644 (file)
@@ -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$
 
 #ifndef _SPLASH_HXX
 #define _SPLASH_HXX
 
+#include <osg/Node>
 
-#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 );
+// Set progress information
+void fgSplashProgress ( const char *text );
 
+// Retrieve the splash screen node ...
+osg::Node* fgCreateSplashNode();
 
 #endif // _SPLASH_HXX