]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpvsimpledecode.h
Revert "gl_draw, model_shared: Refactor vertex adding. Add faster codepath that skips...
[xonotic/darkplaces.git] / dpvsimpledecode.h
index 0b0ac35a140c8ff4311da8d29fab5c65a0582308..87b3127236009aad3363132de0c6b1ad7be0ac1e 100644 (file)
@@ -2,7 +2,11 @@
 #ifndef DPVSIMPLEDECODE_H
 #define DPVSIMPLEDECODE_H
 
+#include "qtypes.h"
+#include "qdefs.h"
+#include "cvar.h"
 #include "cl_video.h"
+#include "draw.h"
 
 #define DPVSIMPLEDECODEERROR_NONE 0
 #define DPVSIMPLEDECODEERROR_EOF 1