X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=4c7854af55674e11e02191adc7b936e6f9ca2fc9;hp=6f6a6262173daad58293c4625724e66fb0635b2c;hb=b32b74865d4cc2913383e3a38c629eb2d4d983f6;hpb=84eea711e741871dfb6cc595a0989e1369998d7f diff --git a/globals.h b/globals.h index 6f6a626..4c7854a 100644 --- a/globals.h +++ b/globals.h @@ -86,5 +86,7 @@ extern GLfloat ambient[]; extern GLfloat diffuse[]; extern GLfloat specular[]; -#endif /* GLOBALS_H */ +/* Beginning width, height */ +extern int width, height; +#endif /* GLOBALS_H */ \ No newline at end of file