X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=host.h;h=61182b5242c1140449824f6488854c03f3c4a780;hb=6277a2909ab8fd9c8efc1d125f058e699b46a490;hp=6c4f5f60da74afac5b1426fa0ea9d96b0543572a;hpb=01c50842f49ab5599a60927f31e452142dfeac4d;p=xonotic%2Fdarkplaces.git diff --git a/host.h b/host.h index 6c4f5f60..61182b52 100644 --- 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;