X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2F_all.qh;h=746734dee2011e048533d0113c4d59a089ea4e82;hb=42e255d014f2c6a1871177ea511f630624cdfb57;hp=adff5ccff49eef81586f341d4ea2f94f66223ae1;hpb=3ae1efa7401791e42e3171f4db2cc2d38adde088;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/_all.qh b/qcsrc/client/_all.qh index adff5ccff..746734dee 100644 --- a/qcsrc/client/_all.qh +++ b/qcsrc/client/_all.qh @@ -1,15 +1,12 @@ -#ifndef CLIENT_ALL_H -#define CLIENT_ALL_H +#pragma once -#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" - -#endif