X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=adff5ccff49eef81586f341d4ea2f94f66223ae1;hb=64b8409b2d6fb93dc51ba24a82d219c8cd56a907;hp=e758fdb7a7d5f211de3dc67531cc1aa2d121c506;hpb=ee6a8c2bec6a4fced519300c85a07a55405c93f7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index e758fdb7a..adff5ccff 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,11 +1,15 @@ #ifndef CLIENT_ALL_H #define CLIENT_ALL_H +#include "../common/util.qh" + +#include "../common/effects/all.qh" +#include "../common/models/all.qh" +#include "../common/sounds/all.qh" + #include "autocvars.qh" #include "defs.qh" #include "main.qh" #include "miscfunctions.qh" -#include "../dpdefs/csprogsdefs.qh" - #endif