summaryrefslogtreecommitdiffstats
path: root/src/weapons/WeaponType.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-19 21:41:59 +0200
committerGitHub <noreply@github.com>2020-05-19 21:41:59 +0200
commitada5c245a8066f180926ee873709e989f4ac7f32 (patch)
treea3edae2913a4af9682f7ecfec53367a484c2975c /src/weapons/WeaponType.h
parentMerge pull request #564 from Xinerki/miami (diff)
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
downloadre3-ada5c245a8066f180926ee873709e989f4ac7f32.tar
re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.gz
re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.bz2
re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.lz
re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.xz
re3-ada5c245a8066f180926ee873709e989f4ac7f32.tar.zst
re3-ada5c245a8066f180926ee873709e989f4ac7f32.zip
Diffstat (limited to 'src/weapons/WeaponType.h')
-rw-r--r--src/weapons/WeaponType.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/weapons/WeaponType.h b/src/weapons/WeaponType.h
index 8c1f598d..6516828a 100644
--- a/src/weapons/WeaponType.h
+++ b/src/weapons/WeaponType.h
@@ -4,7 +4,17 @@
enum eWeaponType
{
WEAPONTYPE_UNARMED,
+ WEAPONTYPE_BRASSKNUCKLE,
+ WEAPONTYPE_SCREWDRIVER,
+ WEAPONTYPE_GOLFCLUB,
+ WEAPONTYPE_NIGHTSTICK,
+ WEAPONTYPE_KNIFE,
WEAPONTYPE_BASEBALLBAT,
+ WEAPONTYPE_HAMMER,
+ WEAPONTYPE_CLEAVER,
+ WEAPONTYPE_MACHETE,
+ WEAPONTYPE_KATANA,
+ WEAPONTYPE_CHAINSAW,
WEAPONTYPE_GRENADE,
WEAPONTYPE_DETONATOR_GRENADE,
WEAPONTYPE_MOLOTOV,