X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fshownames.qc;h=fc4649537a4c689763d13e7452fe7ff0e4ecb1f4;hb=6b8b403dbd938914eeaa6a02f98d0e939950d29e;hp=c6edf5040dbd1056b6f639fb4123bdcd0514ffe6;hpb=ea48961feb50159e05ef56f38b7fd0ebc15cc64e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/shownames.qc b/qcsrc/client/shownames.qc index c6edf5040..fc4649537 100644 --- a/qcsrc/client/shownames.qc +++ b/qcsrc/client/shownames.qc @@ -1,18 +1,14 @@ -#if defined(CSQC) - #include "../dpdefs/csprogsdefs.qh" - #include "defs.qh" - #include "../common/constants.qh" - #include "../common/teams.qh" - #include "../common/util.qh" - #include "../common/mapinfo.qh" - #include "autocvars.qh" - #include "main.qh" - #include "../csqcmodellib/cl_model.qh" - #include "shownames.qh" -#elif defined(MENUQC) -#elif defined(SVQC) -#endif +#include "shownames.qh" +#include "_all.qh" +#include "hud.qh" + +#include "../common/constants.qh" +#include "../common/mapinfo.qh" +#include "../common/teams.qh" +#include "../common/util.qh" + +#include "../csqcmodellib/cl_model.qh" // self.isactive = player is in range and coordinates/status (health and armor) are up to date // self.origin = player origin TODO: should maybe move this so it's the origin of the shownames tag already in SSQC for culling?