]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
Add qdefs.h and qstats.h to split up quakedef.h. Make a lot of headers standalone...
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index 3e4e38817ae775dd1336ecadc1d9fd2d22f76a6c..7e20c8019614a7195359139b2b0b08b23dd4adc8 100644 (file)
--- a/world.h
+++ b/world.h
@@ -22,7 +22,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef WORLD_H
 #define WORLD_H
 
+#include "qtypes.h"
+#include "qdefs.h"
+#include "cvar.h"
+#include "com_list.h"
 #include "collision.h"
+#include "matrixlib.h"
+#include "r_textures.h"
+typedef struct model_s dp_model_t;
 
 #define MOVE_NORMAL     0
 #define MOVE_NOMONSTERS 1