(no commit message)
[atyndall/cits2231.git] / globals.h
index ac0184c..04841f8 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -62,6 +62,9 @@ extern int drawFloorRecurse;
 /* Size of floor, from -n to n */
 extern int floorSize;
 
+/* Current camera position */
+extern GLfloat x, y, z;
+
 /* Light 0 parameters */
 extern GLfloat diffuse0[];
 extern GLfloat ambient0[];

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