]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/_all.qh
Merge branch 'terencehill/radiobutton_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / _all.qh
index 6438a1094a6c573f684c1f09531389b304313ea9..d3771bafc88846e6c8982f3f62482c8daf99ad96 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SERVER___H
-#define SERVER___H
+#ifndef SERVER_ALL_H
+#define SERVER_ALL_H
 
 #include "autocvars.qh"
 #include "constants.qh"
@@ -9,4 +9,7 @@
 #include "../dpdefs/progsdefs.qh"
 #include "../dpdefs/dpextensions.qh"
 
+#include "../common/models/models.qh"
+#include "../common/sounds/sounds.qh"
+
 #endif