]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/player_skeleton.qh
client: remove _all
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / player_skeleton.qh
index 48a3111d32210cd12b7d272b65f859137c719966..8c5969b09fb4db0ae068b7aa50338215be07b2dd 100644 (file)
@@ -1,5 +1,6 @@
-#ifndef CLIENT_PLAYER_SKELETON
-#define CLIENT_PLAYER_SKELETON
+#pragma once
+
+#include <common/util.qh>
 
 void free_skeleton_from_frames(entity e);
 void skeleton_from_frames(entity e, float is_dead);
@@ -11,4 +12,3 @@ class(Skeleton) .int bone_weapon;
 class(Skeleton) .float bone_aim[MAX_AIM_BONES];
 class(Skeleton) .float bone_aimweight[MAX_AIM_BONES];
 class(Skeleton) .float fixbone;
-#endif