(no commit message)
[atyndall/cits2231.git] / globals.h
index 5a2b641..b3d0d6b 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -39,6 +39,7 @@ extern int drawFloorRecurse;
 
 /* Size of floor, from -n to n */
 extern int floorSize;
+extern float squareSize;
 
 /* Current camera position */
 extern GLfloat camx, camy, camz, keyrot;
@@ -84,4 +85,7 @@ extern int width, height;
 extern GLfloat zoom, rotate;
 extern GLfloat zoomFactor, rotateFactor;
 
+/* Texture state tracking */
+extern int currentGroundTexture, currentMeshTexture;
+
 #endif /* GLOBALS_H */
\ No newline at end of file

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