]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
Add qdefs.h and qstats.h to split up quakedef.h. Make a lot of headers standalone...
[xonotic/darkplaces.git] / screen.h
index 081c3c7cfc0307ccc3c2250251f971927202d54f..b2ad29905972e9eab07cf1e618d6c6c7d895ae3c 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -22,6 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef SCREEN_H
 #define SCREEN_H
 
+#include "qtypes.h"
+#include "cvar.h"
+
 void CL_Screen_Init (void);
 void CL_UpdateScreen (void);
 void SCR_CenterPrint(const char *str);