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