diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 11:14:33 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 11:14:33 +0000 |
commit | 35852af8d8b76bd2824809face09a87ecfcc1ca3 (patch) | |
tree | c90c6cf66f02a4f521adeee46e99b11fcf072522 /indra/newview/pipeline.h | |
parent | eae7cbbb4a027b436452e454b1e5ffa457a5da3e (diff) |
minor cleanup in prep for EXT-5389
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 67004a5f2d..5cc76ad9bd 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -694,6 +694,7 @@ public: }; void render_bbox(const LLVector3 &min, const LLVector3 &max); +void render_hud_elements(); extern LLPipeline gPipeline; extern BOOL gRenderForSelect; |