From: havoc Date: Sun, 21 Jul 2002 08:40:19 +0000 (+0000) Subject: include quakedef (which drags in lots of other stuff) to hide various MSVC warnings... X-Git-Tag: RELEASE_0_2_0_RC1~432 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=a93c26c05ad8a678959a745ad4a5c61e545b912e;p=xonotic%2Fdarkplaces.git include quakedef (which drags in lots of other stuff) to hide various MSVC warnings and make sure M_PI is defined git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2063 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/matrixlib.c b/matrixlib.c index 8f439107..c6c4161a 100644 --- a/matrixlib.c +++ b/matrixlib.c @@ -1,4 +1,5 @@ +#include "quakedef.h" #include "matrixlib.h" #include