diff options
Diffstat (limited to 'linden/indra/newview/llstartup.h')
-rw-r--r-- | linden/indra/newview/llstartup.h | 4 |
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 |
32 | BOOL idle_startup(); | 34 | BOOL idle_startup(); |
33 | void cleanup_app(); | 35 | void cleanup_app(); |
34 | LLString load_password_from_disk(); | 36 | LLString load_password_from_disk(); |
37 | void release_start_screen(); | ||
35 | 38 | ||
36 | // constants, variables, & enumerations | 39 | // constants, variables, & enumerations |
37 | extern const char* SCREEN_HOME_FILENAME; | 40 | extern const char* SCREEN_HOME_FILENAME; |
@@ -78,6 +81,7 @@ enum EStartupState{ | |||
78 | // exorted symbol | 81 | // exorted symbol |
79 | extern S32 gStartupState; | 82 | extern S32 gStartupState; |
80 | extern bool gQuickTimeInitialized; | 83 | extern bool gQuickTimeInitialized; |
84 | extern LLPointer<LLImageGL> gStartImageGL; | ||
81 | 85 | ||
82 | class LLStartUp | 86 | class LLStartUp |
83 | { | 87 | { |