]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/matrix.qc
ECS: Initial commit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / matrix.qc
index b7d26decf53d883dd5f099f7444f6e9a7ed144bb..602d751325337551e701a01238596d1be2e3356d 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "cl_player.qh"
 
+#include <lib/matrix/matrix.qh>
+
 var void MX_Handle(int buf, string ancestor)
 {
     string type = json_get(buf, strcat(ancestor, ".type"));