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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.h b/linden/indra/newview/llstartup.h
index 26f5bc6..59a433e 100644
--- a/linden/indra/newview/llstartup.h
+++ b/linden/indra/newview/llstartup.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2004-2007, Linden Research, Inc. 5 * Copyright (c) 2004-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -80,6 +81,7 @@ enum EStartupState{
80 81
81// exorted symbol 82// exorted symbol
82extern S32 gStartupState; 83extern S32 gStartupState;
84extern BOOL gAgentMovementCompleted;
83extern bool gQuickTimeInitialized; 85extern bool gQuickTimeInitialized;
84extern LLPointer<LLImageGL> gStartImageGL; 86extern LLPointer<LLImageGL> gStartImageGL;
85 87