]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLUTkey.c
Minor changes to compile with rsxnt/win32.
[flightgear.git] / Main / GLUTkey.c
index 4c451f1e6eb90a78ca3d2b384ccd225f00cc467c..84c86f36ddb5e3df6cfe3bf6617ef8b4ecd58013 100644 (file)
 #include "GLUTkey.h"
 #include "../Aircraft/aircraft.h"
 
+#ifndef M_PI
+#define M_PI        3.14159265358979323846     /* pi */
+#endif
+
 extern double fogDensity;
 extern double goal_view_offset;
 
@@ -152,9 +156,12 @@ void GLUTspecialkey(int k, int x, int y) {
 
 
 /* $Log$
-/* Revision 1.12  1997/06/21 17:12:52  curt
-/* Capitalized subdirectory names.
+/* Revision 1.13  1997/06/25 15:39:46  curt
+/* Minor changes to compile with rsxnt/win32.
 /*
+ * Revision 1.12  1997/06/21 17:12:52  curt
+ * Capitalized subdirectory names.
+ *
  * Revision 1.11  1997/06/18 04:10:31  curt
  * A couple more runway tweaks ...
  *