diff options
Diffstat (limited to 'src/engine/animator.h')
-rw-r--r-- | src/engine/animator.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/animator.h b/src/engine/animator.h index 2f6e00d..3ace959 100644 --- a/src/engine/animator.h +++ b/src/engine/animator.h @@ -10,5 +10,8 @@ void hh_animate_hit(hh_s_rendering*, bool hit); /** @brief updates current animation frame */ void hh_animate(hh_s_rendering*, uint16_t start, uint16_t end, uint8_t step); -/** @brief passively updates sprite*/ +/** @brief passively updates sprite */ void hh_update_sprite(uint16_t* idx, hh_entity* in, vec_cor cam); + +/** @brief always renders on same screen position */ +void hh_show_quad(uint16_t *idx, hh_s_rendering* in); |