aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llstartup.h')
-rw-r--r--linden/indra/newview/llstartup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h
index c2c822e..26f5bc6 100644
--- a/linden/indra/newview/llstartup.h
+++ b/linden/indra/newview/llstartup.h
@@ -28,10 +28,13 @@
28#ifndef LL_LLSTARTUP_H 28#ifndef LL_LLSTARTUP_H
29#define LL_LLSTARTUP_H 29#define LL_LLSTARTUP_H
30 30
31#include "llimagegl.h"
32
31// functions 33// functions
32BOOL idle_startup(); 34BOOL idle_startup();
33void cleanup_app(); 35void cleanup_app();
34LLString load_password_from_disk(); 36LLString load_password_from_disk();
37void release_start_screen();
35 38
36// constants, variables, & enumerations 39// constants, variables, & enumerations
37extern const char* SCREEN_HOME_FILENAME; 40extern const char* SCREEN_HOME_FILENAME;
@@ -78,6 +81,7 @@ enum EStartupState{
78// exorted symbol 81// exorted symbol
79extern S32 gStartupState; 82extern S32 gStartupState;
80extern bool gQuickTimeInitialized; 83extern bool gQuickTimeInitialized;
84extern LLPointer<LLImageGL> gStartImageGL;
81 85
82class LLStartUp 86class LLStartUp
83{ 87{