]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/state.qc
Merge branch 'master' into Juhu/strafehud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / state.qc
index 14b22e991cceed2ad0bccdd2222ee899fbcab040..f117340ed948971560eaaffc383c2e7b27d57a92 100644 (file)
@@ -1,5 +1,7 @@
 #include "state.qh"
 
+#include <server/command/getreplies.qh>
+
 void Inventory_new(PlayerState this);
 void Inventory_delete(entity this);
 
@@ -27,7 +29,6 @@ void PlayerState_detach(entity this)
        delete(ps);
 }
 
-void GetCvars(entity this, entity store, int);
 void DecodeLevelParms(entity this);
 void PlayerScore_Attach(entity this);
 void ClientData_Attach(entity this);