(no commit message)
[atyndall/cits2231.git] / globals.h
index dc92453..b6e0454 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -60,7 +60,8 @@ extern int drawFloorRecurse;
 extern int floorSize;
 
 /* Current camera position */
-extern GLfloat camx, camy, camz, rot;
+extern GLfloat camx, camy, camz, keyrot;
+extern GLfloat factor;
 
 /* Length of axis lines */
 extern GLfloat lineLength;
@@ -87,6 +88,7 @@ extern GLfloat specular[];
 extern int width, height;
 
 /* Zoom and rotate tracking */
-GLfloat zoomFactor, rotateFactor;
+extern GLfloat zoom, rotate;
+extern GLfloat zoomFactor, rotateFactor;
 
 #endif /* GLOBALS_H */
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au