]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/_all.qh
Merge branch 'master' into Mario/entcs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / _all.qh
index 7ae1430d4108b4362ea761adec59162d5f319984..077b5f450a5ff2eee4b0ca4dd52a5aee382c77ee 100644 (file)
@@ -1,12 +1,15 @@
-#ifndef CLIENT_ALL_H
-#define CLIENT_ALL_H
+#pragma once
+//#include "_mod.qh"
+
+#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 "../common/models/all.qh"
-#include "../common/sounds/all.qh"
-
-#endif
+#include <common/ent_cs.qh>