X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fplayer_skeleton.qh;h=fdf5b3dfca8dec2bcab6c7c79ff23212f0337e19;hb=e4715af2d04656465b64492ddf1c02ac1503ac43;hp=292cfca0989c0620c54467700192a114969615de;hpb=5b93d5301803c197d40a72a295db0a0a0f2b115f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/player_skeleton.qh b/qcsrc/client/player_skeleton.qh index 292cfca09..fdf5b3dfc 100644 --- a/qcsrc/client/player_skeleton.qh +++ b/qcsrc/client/player_skeleton.qh @@ -1,2 +1,9 @@ void free_skeleton_from_frames(entity e); -void skeleton_from_frames(entity e); +void skeleton_from_frames(entity e, float is_dead); +void skeleton_loadinfo(entity e); + +.float bone_upperbody; +.int bone_weapon; +.float bone_aim[MAX_AIM_BONES]; +.float bone_aimweight[MAX_AIM_BONES]; +.float fixbone;