diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llstartup.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-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 | { |