From 59d902df725c2d6a1b7cad016326ca51316b937f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 11 Jan 2022 17:06:20 +0100 Subject: clang format blind letsgo ! --- src/wp_shotty.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/wp_shotty.hpp') diff --git a/src/wp_shotty.hpp b/src/wp_shotty.hpp index 48e443a..c7d4074 100644 --- a/src/wp_shotty.hpp +++ b/src/wp_shotty.hpp @@ -12,12 +12,11 @@ #include "weapon.hpp" class wp_shotty : public AWeapon { - public: - wp_shotty(const char *s, const char *r); - ~wp_shotty(); + public: + wp_shotty(const char* s, const char* r); + ~wp_shotty(); - int bang(std::vector * enemies, Entity * player) ; + int bang(std::vector* enemies, Entity* player); }; - #endif -- cgit v1.2.3