]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - collision.h
Add qdefs.h and qstats.h to split up quakedef.h. Make a lot of headers standalone...
[xonotic/darkplaces.git] / collision.h
index fd693375bed82c88fbc74e06485a8a81dc6ab941..ebd1f22f1a408cdb7e61599a6a09478a1a3721f2 100644 (file)
@@ -2,6 +2,12 @@
 #ifndef COLLISION_H
 #define COLLISION_H
 
+#include "cvar.h"
+#include "matrixlib.h"
+#include "zone.h"
+typedef struct texture_s texture_t;
+typedef struct model_s dp_model_t;
+
 typedef union plane_s
 {
        struct