diff options
Diffstat (limited to 'include/bullets.h')
| -rw-r--r-- | include/bullets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bullets.h b/include/bullets.h index 1828f38..76cd01c 100644 --- a/include/bullets.h +++ b/include/bullets.h @@ -15,6 +15,7 @@ typedef struct t_bullet { float endx; float endy; float alive_time; + int damage; } bullet; bullet bullets[500] = {0}; |
