X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=5935342ae474c7e064159402e5b830c1752caaed;hb=bca272e7cf97c9735ef3f07a77b9f6bccfa09fe8;hp=0fe1c616fd687d4eb9adecfcf2fa8f62086f52f7;hpb=03f978544a8b13a18cef1c7cc3dbcaba1c3aee4c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index 0fe1c616f..5935342ae 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,14 +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/all.qh" -#include "../common/sounds/all.qh" - -#endif +#include +#include