diff options
Diffstat (limited to 'include/gun.h')
| -rw-r--r-- | include/gun.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gun.h b/include/gun.h index 5f443e6..7389757 100644 --- a/include/gun.h +++ b/include/gun.h @@ -11,6 +11,9 @@ #define GUN_LASSER_HORIZONTAL 20 #define GUN_SHOT_VERTICAL 5 +#define GUN_BOMBBALL_WIDTH 20 +#define GUN_BOMBBALL_HEIGHT 20 + #include "tux.h" extern void shotInGun(tux_t *p); |