]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qc
lib: move csqcmodellib and warpzonelib
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qc
index 994a1ae303ff283e4ef54e4a7df1b4e51ac12e54..80a15ad38b49d064c9557a5e994e20afe078991e 100644 (file)
@@ -6,7 +6,7 @@
 #include "../common/mapinfo.qh"
 #include "../common/teams.qh"
 
-#include "../csqcmodellib/cl_model.qh"
+#include "../lib/csqcmodel/cl_model.qh"
 
 // self.isactive = player is in range and coordinates/status (health and armor) are up to date
 // self.origin = player origin TODO: should maybe move this so it's the origin of the shownames tag already in SSQC for culling?