diff options
Diffstat (limited to 'linden/indra/newview/llviewercamera.h')
-rw-r--r-- | linden/indra/newview/llviewercamera.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercamera.h b/linden/indra/newview/llviewercamera.h index a7e600b..6109711 100644 --- a/linden/indra/newview/llviewercamera.h +++ b/linden/indra/newview/llviewercamera.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 5 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -109,6 +110,7 @@ public: | |||
109 | 110 | ||
110 | extern LLViewerCamera *gCamera; | 111 | extern LLViewerCamera *gCamera; |
111 | extern F64 gGLModelView[16]; | 112 | extern F64 gGLModelView[16]; |
113 | extern F64 gGLProjection[16]; | ||
112 | extern S32 gGLViewport[4]; | 114 | extern S32 gGLViewport[4]; |
113 | 115 | ||
114 | #endif // LL_LLVIEWERCAMERA_H | 116 | #endif // LL_LLVIEWERCAMERA_H |