diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 22:55:27 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 22:55:27 +0000 |
commit | 050dad0ce35207a4ac1562175e853590ad9b7681 (patch) | |
tree | be5dc291d2313112e5733d8c004edfe67da6fc54 /indra/newview/lldrawable.h | |
parent | 6fd04521d720a3a4904069d10e8ed970d870ba7f (diff) |
merge svn+ssh://steve@svn/svn/linden/branches/viewer-cleanup-3 -r 73026:73079
Diffstat (limited to 'indra/newview/lldrawable.h')
-rw-r--r-- | indra/newview/lldrawable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h index c10c49cd2c..52082ad5b5 100644 --- a/indra/newview/lldrawable.h +++ b/indra/newview/lldrawable.h @@ -48,6 +48,7 @@ #include "llstat.h" #include "llviewerobject.h" #include "llrect.h" +#include "llappviewer.h" // for gFrameTimeSeconds class LLCamera; class LLDrawPool; @@ -59,8 +60,6 @@ class LLSpatialPartition; class LLVOVolume; class LLViewerImage; -extern F32 gFrameTimeSeconds; - // Can have multiple silhouettes for each object const U32 SILHOUETTE_HIGHLIGHT = 0; |