(no commit message)
[atyndall/cits2231.git] / globals.h
index d856c57..71a21c2 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -63,7 +63,10 @@ extern int drawFloorRecurse;
 extern int floorSize;
 
 /* Current camera position */
 extern int floorSize;
 
 /* Current camera position */
-extern GLfloat camx, camy, camz;
+extern GLfloat camx, camy, camz, rot;
+
+/* Length of axis lines */
+extern GLfloat lineLength;
 
 /* Light 0 parameters */
 extern GLfloat diffuse0[];
 
 /* Light 0 parameters */
 extern GLfloat diffuse0[];

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