X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=b3d0d6bb260dbd488ffe0707e15559fb94a1ef29;hp=5a2b6413c88334a7c41fcef79eb2146368d4f935;hb=354428cd17e38c21c4f9f9371f4db0bfe296e866;hpb=03efe5959d1dd8ca3f254d95e1a1d399d6e41c35 diff --git a/globals.h b/globals.h index 5a2b641..b3d0d6b 100644 --- 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