X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=728bf6a3f4744cdefed7cc4eae27b5d619c0c6b3;hp=d856c573cd586aa3791b1adbc5a1a2f41981c237;hb=bb84977df53fb16ba10eecb52b219071ff786126;hpb=46221af69fafdc9575da1f9ca1e776e9edec32bd 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[];