Fixed near/far left/right moving of objects. Starting work on moving lights.
[atyndall/cits2231.git] / globals.h
index 5dd4300..fe6d362 100644 (file)
--- a/globals.h
+++ b/globals.h
 #define NTEXTURE 30     // The number of textures (in the models-textures dir)
 #define MAXOBJECTS 256
 
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif
+
 // Meshes and textures arrays
 extern mesh* meshes[];
 extern texture* textures[];

UCC git Repository :: git.ucc.asn.au