diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-21 11:55:39 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-21 11:55:39 +0300 |
commit | 7cc3410846796a7bb0946384c7e22652f2bb60e6 (patch) | |
tree | 0b3d6d0675c44c21c83541f9f9c71e6244c6cf06 /src/weapons/ShotInfo.h | |
parent | 35a7f89f734f2e6e09d05cd90a945982e035b14b (diff) | |
parent | 6571715cb29c65d149a0d7101ece28fb09649306 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/weapons/ShotInfo.h')
-rw-r--r-- | src/weapons/ShotInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/weapons/ShotInfo.h b/src/weapons/ShotInfo.h index a5e5fd35..db6158c2 100644 --- a/src/weapons/ShotInfo.h +++ b/src/weapons/ShotInfo.h @@ -1,7 +1,8 @@ #pragma once +#include "WeaponType.h" + class CEntity; -enum eWeaponType; class CShotInfo { |