X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=darkplaces.h;h=512de65f1198969020c34d9f2a1bdc9e05cdfc1c;hp=7fff85242d008c4653624906ab5a45398a07db50;hb=HEAD;hpb=7d1f3e96e8b6ccc7fda2c4f95bd137fc52a0b3ae;ds=sidebyside 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