X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=5935342ae474c7e064159402e5b830c1752caaed;hb=bb037f9da7008b52e12268a9421357de674e3010;hp=adff5ccff49eef81586f341d4ea2f94f66223ae1;hpb=18e2cd311a581f77ba8eb9c5421dd219ff5d760d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index adff5ccff..5935342ae 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,15 +1,17 @@ -#ifndef CLIENT_ALL_H -#define CLIENT_ALL_H +#pragma once +//#include "_mod.qh" -#include "../common/util.qh" +#include -#include "../common/effects/all.qh" -#include "../common/models/all.qh" -#include "../common/sounds/all.qh" +#include +#include +#include #include "autocvars.qh" #include "defs.qh" #include "main.qh" #include "miscfunctions.qh" +#include "view.qh" -#endif +#include +#include