X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=darkplaces.h;h=0d04dd45eca661bb1e546de1850424f7ad96c749;hb=ceb0443a38d14772e6bacb4c6215b6b209cf8bff;hp=7fff85242d008c4653624906ab5a45398a07db50;hpb=7d1f3e96e8b6ccc7fda2c4f95bd137fc52a0b3ae;p=xonotic%2Fdarkplaces.git diff --git a/darkplaces.h b/darkplaces.h index 7fff8524..0d04dd45 100644 --- a/darkplaces.h +++ b/darkplaces.h @@ -1,5 +1,4 @@ /* -Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 2020 Ashley Rose Hale (LadyHavoc) Copyright (C) 2020 David Knapp (Cloudwalk) @@ -46,7 +45,10 @@ extern char engineversion[128]; #include "qdefs.h" #include "zone.h" #include "thread.h" +#include "com_game.h" +#include "com_infostring.h" #include "common.h" +#include "filematch.h" #include "fs.h" #include "host.h" #include "cvar.h" @@ -56,13 +58,4 @@ extern char engineversion[128]; #include "mathlib.h" #include "matrixlib.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; - #endif