aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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