]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - curves.c
adding two new extensions: DP_QC_WHICHPACK (identify a pk3 containing a file), and...
[xonotic/darkplaces.git] / curves.c
index de3f423ab0875659c9c6326c8b9be554692de106..3a9e22a1f26ec4c38243e8967a4dd173a31aae24 100644 (file)
--- a/curves.c
+++ b/curves.c
@@ -39,6 +39,8 @@ double bsplinesample(int dimensions, double t, double *param)
 }
 */
 
+#include "quakedef.h"
+
 #include <math.h>
 #include "curves.h"