X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fsplash.hxx;h=30643c2abf80d78e2aec7aa7c0324c5e1e0591ec;hb=571f7301f2b0b493f90769baa0728f82fa8ea731;hp=31e1bca2785371c6c2ade66df2b55444c67f69ff;hpb=99f4b7e66e1dd729d538e583b04cfb6886de98c9;p=flightgear.git diff --git a/src/Main/splash.hxx b/src/Main/splash.hxx index 31e1bca27..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 ( const char *splash_texture ); +void fgSplashInit (); -// Update the splash screen with alpha specified from 0.0 to 1.0 -void fgSplashUpdate ( float alpha ); +// Set progress information +void fgSplashProgress ( const char *text ); +// Retrieve the splash screen node ... +osg::Node* fgCreateSplashNode(); #endif // _SPLASH_HXX