]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/player_skeleton.qc
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / player_skeleton.qc
index 584a1978015222c3e4604cec92bb2b2666706e29..cdb1fdf74d6e6c5455ba18dbf987fc8879187aa2 100644 (file)
@@ -1,9 +1,11 @@
 #include "player_skeleton.qh"
 
-#include "../common/csqcmodel_settings.qh"
-
+#include "mutators/events.qh"
+#include "../csqcmodellib/cl_player.qh"
 #include "../warpzonelib/anglestransform.qh"
 
+.vector v_angle;
+
 class(Skeleton) .float skeleton_info_modelindex;
 class(Skeleton) .float skeleton_info_skin;
 const int BONETYPE_LOWER = 0;