X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=5935342ae474c7e064159402e5b830c1752caaed;hb=bca272e7cf97c9735ef3f07a77b9f6bccfa09fe8;hp=66fd813143ded40e3c222e4a70c49aefdc558fa9;hpb=a4594d94df1eb60aca616cccd45df07e561ffa01;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index 66fd81314..5935342ae 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,13 +1,17 @@ -#ifndef CLIENT_ALL_H -#define CLIENT_ALL_H +#pragma once +//#include "_mod.qh" + +#include + +#include +#include +#include #include "autocvars.qh" #include "defs.qh" #include "main.qh" #include "miscfunctions.qh" +#include "view.qh" -#include "../dpdefs/csprogsdefs.qh" - -#include "../common/models/models.qh" - -#endif +#include +#include