diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapons/Weapon.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp new file mode 100644 index 00000000..22ae595a --- /dev/null +++ b/src/weapons/Weapon.cpp @@ -0,0 +1,4 @@ +#include "common.h" +#include "patcher.h" +#include "Weapon.h" + |