diff options
Diffstat (limited to 'components.h')
-rw-r--r-- | components.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components.h b/components.h index 4c1b950..fb0df18 100644 --- a/components.h +++ b/components.h @@ -36,6 +36,7 @@ typedef struct { int hp; int backpedal; int shoot_timer; + int being_damaged; } CEnemy; typedef struct { |