diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 16:48:51 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 16:48:51 +0100 |
| commit | c162e010ae85c636131ff59e8d810be4e9960caa (patch) | |
| tree | 03d2e88a7fdb7730b54eb4524abf436c098b8249 /include/throwables.h | |
| parent | 88e4037c0b526e33cd03f0b62783b198d8585768 (diff) | |
throwables ui
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 5e49c16..4053826 100644 --- a/include/throwables.h +++ b/include/throwables.h @@ -12,6 +12,7 @@ typedef enum t_throwable_type { THROWABLE_NONE = 0, THROWABLE_GRENADE, + THROWABLE_MOLOTOV, } throwable_type; typedef enum t_throwable_state |
