aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lldrawable.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-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/lldrawable.h')
-rw-r--r--linden/indra/newview/lldrawable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h
index c10c49c..52082ad 100644
--- a/linden/indra/newview/lldrawable.h
+++ b/linden/indra/newview/lldrawable.h
@@ -48,6 +48,7 @@
48#include "llstat.h" 48#include "llstat.h"
49#include "llviewerobject.h" 49#include "llviewerobject.h"
50#include "llrect.h" 50#include "llrect.h"
51#include "llappviewer.h" // for gFrameTimeSeconds
51 52
52class LLCamera; 53class LLCamera;
53class LLDrawPool; 54class LLDrawPool;
@@ -59,8 +60,6 @@ class LLSpatialPartition;
59class LLVOVolume; 60class LLVOVolume;
60class LLViewerImage; 61class LLViewerImage;
61 62
62extern F32 gFrameTimeSeconds;
63
64// Can have multiple silhouettes for each object 63// Can have multiple silhouettes for each object
65const U32 SILHOUETTE_HIGHLIGHT = 0; 64const U32 SILHOUETTE_HIGHLIGHT = 0;
66 65