diff options
Diffstat (limited to 'include/throwables.h')
| -rw-r--r-- | include/throwables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/throwables.h b/include/throwables.h index f4507b6..16811b2 100644 --- a/include/throwables.h +++ b/include/throwables.h @@ -10,6 +10,7 @@ typedef enum t_throwable_type { + THROWABLE_NONE = 0, THROWABLE_GRENADE, } throwable_type; |
