]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/player_skeleton.qh
Distribute the icons on the weapons panel more symmetrically and snap the panel to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / player_skeleton.qh
index fdf5b3dfca8dec2bcab6c7c79ff23212f0337e19..6c95ce231051fad1b7315e50476e82c7b280aa94 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef PLAYER_SKELETON
+#define PLAYER_SKELETON
+
 void free_skeleton_from_frames(entity e);
 void skeleton_from_frames(entity e, float is_dead);
 void skeleton_loadinfo(entity e);
@@ -7,3 +10,4 @@ void skeleton_loadinfo(entity e);
 .float bone_aim[MAX_AIM_BONES];
 .float bone_aimweight[MAX_AIM_BONES];
 .float fixbone;
+#endif