]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
host: Move host cvar exports to host.h that don't belong in darkplaces.h
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 6c4f5f60da74afac5b1426fa0ea9d96b0543572a..61182b5242c1140449824f6488854c03f3c4a780 100644 (file)
--- a/host.h
+++ b/host.h
@@ -5,6 +5,16 @@
 #include "qtypes.h"
 #include "qdefs.h"
 #include "cmd.h"
+#include "cvar.h"
+
+extern cvar_t developer;
+extern cvar_t developer_entityparsing;
+extern cvar_t developer_extra;
+extern cvar_t developer_insane;
+extern cvar_t developer_loadfile;
+extern cvar_t developer_loading;
+extern cvar_t host_isclient;
+extern cvar_t sessionid;
 
 struct cmd_state_s;