]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
server: remove _all
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index ee00c60ca6f97f4603c1572ec34099a1cb800e46..383383ad76aaacdf4d0566a05a6de34115aa257d 100644 (file)
@@ -1,5 +1,8 @@
 #pragma once
 
+#include "utils.qh"
+#include <common/sounds/all.qh>
+
 void ClientState_attach(entity this);
 
 IntrusiveList g_players;