diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2020-04-19 18:34:08 +0200 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2020-04-20 18:18:46 +0200 |
| commit | 370c4e48cd87122e8d38f1a72f6b8f62ff7b9c96 (patch) | |
| tree | 5f5c66a542d7a121a7db88fed66e31f2a263b206 /src/weapons/ProjectileInfo.h | |
| parent | Merge pull request #474 from Nick007J/master (diff) | |
| download | re3-370c4e48cd87122e8d38f1a72f6b8f62ff7b9c96.tar.gz | |
Try to build with mingw
Diffstat (limited to 'src/weapons/ProjectileInfo.h')
| -rw-r--r-- | src/weapons/ProjectileInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h index b88322f9..3d8074c9 100644 --- a/src/weapons/ProjectileInfo.h +++ b/src/weapons/ProjectileInfo.h @@ -1,9 +1,10 @@ #pragma once +#include "WeaponType.h" + class CEntity; class CObject; class CProjectile; -enum eWeaponType; class CProjectileInfo { |
