summaryrefslogtreecommitdiff
path: root/include/throwables.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 16:48:51 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 16:48:51 +0100
commitc162e010ae85c636131ff59e8d810be4e9960caa (patch)
tree03d2e88a7fdb7730b54eb4524abf436c098b8249 /include/throwables.h
parent88e4037c0b526e33cd03f0b62783b198d8585768 (diff)
throwables ui
Diffstat (limited to 'include/throwables.h')
-rw-r--r--include/throwables.h1
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