aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_assaultrifle.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-11 17:06:20 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-11 17:06:20 +0100
commit59d902df725c2d6a1b7cad016326ca51316b937f (patch)
treeeae43bbc5d3faf3799fe242f1648115e17a9df67 /src/wp_assaultrifle.hpp
parentclang-format chromium test (diff)
downloadthreshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.gz
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.bz2
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.xz
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.zst
threshold-59d902df725c2d6a1b7cad016326ca51316b937f.zip
clang format blind letsgo !
Diffstat (limited to '')
-rw-r--r--src/wp_assaultrifle.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/wp_assaultrifle.hpp b/src/wp_assaultrifle.hpp
index c8016da..89ce8e6 100644
--- a/src/wp_assaultrifle.hpp
+++ b/src/wp_assaultrifle.hpp
@@ -12,12 +12,11 @@
#include "weapon.hpp"
class wp_assaultrifle : public AWeapon {
- public:
- wp_assaultrifle(const char *s, const char *r);
- ~wp_assaultrifle();
+ public:
+ wp_assaultrifle(const char* s, const char* r);
+ ~wp_assaultrifle();
- int bang(std::vector<Entity> * enemies, Entity * player);
+ int bang(std::vector<Entity>* enemies, Entity* player);
};
-
#endif