X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.hxx;h=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hb=224afcc7e4cb4191be15f3df025164fcd83f5102;hp=260c57c1bad3f362a2ec77b9d99cd8b37be67e79;hpb=d80b718039e7a6c4b7686014b785d78b26085d3e;p=flightgear.git diff --git a/src/Main/splash.hxx b/src/Main/splash.hxx index 260c57c1b..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,21 +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 ); +void fgSplashProgress ( const char *text ); +// Retrieve the splash screen node ... +osg::Node* fgCreateSplashNode(); #endif // _SPLASH_HXX