X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=728bf6a3f4744cdefed7cc4eae27b5d619c0c6b3;hp=d856c573cd586aa3791b1adbc5a1a2f41981c237;hb=b6ef653d4f7d1698ff3a61bf48d873876eeb75a7;hpb=bf3cf131a6c4b18ca07a2a85156c063ff3bdcd04 diff --git a/globals.h b/globals.h index d856c57..728bf6a 100644 --- a/globals.h +++ b/globals.h @@ -63,7 +63,7 @@ extern int drawFloorRecurse; extern int floorSize; /* Current camera position */ -extern GLfloat camx, camy, camz; +extern GLfloat camx, camy, camz, rot; /* Light 0 parameters */ extern GLfloat diffuse0[];