X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_dead.h;fp=player_dead.h;h=4a10e986eba41a0f08728f157c7b2128af92b134;hb=c4c762ce6f3bbdcb770bbc42e349aebbc3390d9d;hp=0000000000000000000000000000000000000000;hpb=f38069d2c55cd4b3b4c76a4b72321dfa4dd30439;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_dead.h b/player_dead.h new file mode 100644 index 0000000..4a10e98 --- /dev/null +++ b/player_dead.h @@ -0,0 +1,19 @@ +#ifndef PLAYER_DEAD_H +#define PLAYER_DEAD_H + +#include "player_api.h" + +struct player_dead +{ + v3f co_lpf, v_lpf, w_lpf; +}; + +VG_STATIC void player__dead_update ( player_instance *player ); +VG_STATIC void player__dead_animate ( player_instance *player, + player_animation *anim ); + +VG_STATIC void player__dead_post_animate( player_instance *player ); +VG_STATIC void player__dead_im_gui ( player_instance *player ); +VG_STATIC void player__dead_transition ( player_instance *player ); + +#endif /* PLAYER_DEAD_H */