diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lllcd.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/lllcd.cpp')
-rw-r--r-- | linden/indra/newview/lllcd.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/lllcd.cpp b/linden/indra/newview/lllcd.cpp index f6fec7d..f980ee4 100644 --- a/linden/indra/newview/lllcd.cpp +++ b/linden/indra/newview/lllcd.cpp | |||
@@ -31,11 +31,14 @@ | |||
31 | 31 | ||
32 | 32 | ||
33 | #include "llviewerprecompiledheaders.h" | 33 | #include "llviewerprecompiledheaders.h" |
34 | #include "lllcd.h" | ||
35 | |||
34 | #include "llcontrol.h" | 36 | #include "llcontrol.h" |
35 | #include "llstatusbar.h" | 37 | #include "llstatusbar.h" |
36 | #include "llviewerregion.h" | 38 | #include "llviewerregion.h" |
37 | #include "llviewerstats.h" | 39 | #include "llviewerstats.h" |
38 | #include "llvieweruictrlfactory.h" | 40 | #include "llvieweruictrlfactory.h" |
41 | #include "llviewercontrol.h" | ||
39 | 42 | ||
40 | #if LL_LCD_COMPILE | 43 | #if LL_LCD_COMPILE |
41 | 44 | ||
@@ -47,7 +50,8 @@ extern LLControlGroup gSavedSettings; | |||
47 | // for Logitech LCD keyboards / speakers | 50 | // for Logitech LCD keyboards / speakers |
48 | #include "EZ_LCD.h" | 51 | #include "EZ_LCD.h" |
49 | #include "lllogitechlcd.h" | 52 | #include "lllogitechlcd.h" |
50 | #include "lllcd.h" | 53 | |
54 | llLCD *gLcdScreen = NULL; // Singleton-ish? | ||
51 | 55 | ||
52 | // not happy about this, but there's no local class to put it in. | 56 | // not happy about this, but there's no local class to put it in. |
53 | LLPanel *bogus = NULL; | 57 | LLPanel *bogus = NULL; |