aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llstartup.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.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{