]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/tturrets.qh
Merge branch 'TimePath/qc_updates' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / tturrets.qh
index b6184dc4def131b10d58c0df1546d04da4fe86d0..4cf9854c4656f3f69aa0e5abf333fecce6a0f36a 100644 (file)
@@ -3,5 +3,6 @@
 
 void ent_turret();
 void turrets_precache();
-.entity tur_head;
-#endif
\ No newline at end of file
+entityclass(Turret);
+class(Turret) .entity tur_head;
+#endif