summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r--indra/newview/llstartup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h
index c7b3bc13d5..e5952f4f5b 100644
--- a/indra/newview/llstartup.h
+++ b/indra/newview/llstartup.h
@@ -9,10 +9,13 @@
#ifndef LL_LLSTARTUP_H
#define LL_LLSTARTUP_H
+#include "llimagegl.h"
+
// functions
BOOL idle_startup();
void cleanup_app();
LLString load_password_from_disk();
+void release_start_screen();
// constants, variables, & enumerations
extern const char* SCREEN_HOME_FILENAME;
@@ -59,6 +62,7 @@ enum EStartupState{
// exorted symbol
extern S32 gStartupState;
extern bool gQuickTimeInitialized;
+extern LLPointer<LLImageGL> gStartImageGL;
class LLStartUp
{