git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2662
d7cf8633-e32d-0410-b094-
e92efae38249
# End Source File\r
# Begin Source File\r
\r
-SOURCE=.\transform.c\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=.\ui.c\r
# End Source File\r
# Begin Source File\r
# End Source File\r
# Begin Source File\r
\r
-SOURCE=.\transform.h\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=.\ui.h\r
# End Source File\r
# Begin Source File\r
#ifndef MATRIXLIB_H
#define MATRIXLIB_H
+#ifndef M_PI
+#define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h
+#endif
+
typedef struct matrix4x4_s
{
float m[4][4];