aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_assaultrifle.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-22 07:39:54 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-22 07:39:54 +0100
commitaa872f4f35890027e65c930cc9cc603b5db22906 (patch)
tree48b53e75fd8ed0ac7bea62c73ddd85975cc47f43 /src/wp_assaultrifle.hpp
parentParsing: the great rework (tm) finally works as intended (diff)
downloadthreshold-aa872f4f35890027e65c930cc9cc603b5db22906.tar.gz
threshold-aa872f4f35890027e65c930cc9cc603b5db22906.tar.bz2
threshold-aa872f4f35890027e65c930cc9cc603b5db22906.tar.xz
threshold-aa872f4f35890027e65c930cc9cc603b5db22906.tar.zst
threshold-aa872f4f35890027e65c930cc9cc603b5db22906.zip
Weapons: amazing job adding another weapon salade ! outstanding
Diffstat (limited to 'src/wp_assaultrifle.hpp')
-rw-r--r--src/wp_assaultrifle.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wp_assaultrifle.hpp b/src/wp_assaultrifle.hpp
index 89ce8e6..9c66d91 100644
--- a/src/wp_assaultrifle.hpp
+++ b/src/wp_assaultrifle.hpp
@@ -17,6 +17,7 @@ class wp_assaultrifle : public AWeapon {
~wp_assaultrifle();
int bang(std::vector<Entity>* enemies, Entity* player);
+ Projectile const& getProjectile() const;
};
#endif