diff options
author | dolphin <dolphin@lindenlab.com> | 2013-09-09 12:46:20 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-09-09 12:46:20 -0700 |
commit | 07cb32449f601e2d47e83d781af3bb9df2474d5c (patch) | |
tree | a913755d041e5ac780c840301ec4676894497e82 /indra/newview/llappviewer.h | |
parent | 51c01f5294b68b66706685346ecea16246b85cce (diff) | |
parent | 55ae6a7962cdc9a9d7d087fbc529d30db9c37013 (diff) |
Merge with 3.6.5
Diffstat (limited to 'indra/newview/llappviewer.h')
-rwxr-xr-x | indra/newview/llappviewer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 8d86b96a32..e30c9f7f16 100755 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -42,6 +42,7 @@ class LLImageDecodeThread; class LLTextureFetch; class LLWatchdogTimeout; class LLUpdaterService; +class LLViewerJoystick; extern LLFastTimer::DeclareTimer FTM_FRAME; @@ -260,6 +261,8 @@ private: std::string mSerialNumber; bool mPurgeCache; bool mPurgeOnExit; + bool mMainLoopInitialized; + LLViewerJoystick* joystick; bool mSavedFinalSnapshot; bool mSavePerAccountSettings; // only save per account settings if login succeeded |