diff options
Diffstat (limited to 'include/bullets.h')
| -rw-r--r-- | include/bullets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bullets.h b/include/bullets.h index 26e4c5f..28ad175 100644 --- a/include/bullets.h +++ b/include/bullets.h @@ -8,6 +8,8 @@ #include "map.h" #include "guns.h" +#define POINTS_PER_HIT 10 + typedef struct t_bullet { u32 player_id; bool active; |
