aboutsummaryrefslogtreecommitdiff
path: root/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'animation.h')
-rw-r--r--animation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/animation.h b/animation.h
index 65956a6..e132202 100644
--- a/animation.h
+++ b/animation.h
@@ -9,7 +9,8 @@ typedef enum {
animation_player_walk_right,
animation_player_idle_left,
animation_player_idle_right,
- animation_enemy_bullet_explode
+ animation_enemy_bullet_explode,
+ animation_player_bullet_explode
} Animation_ID;
typedef struct {