aboutsummaryrefslogtreecommitdiff
path: root/cpp03/ex04/SuperTrap.hpp
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-11 08:27:14 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-11 08:27:14 +0100
commit2e0cf63a219d24ef07412deca9b0e6cb02882b46 (patch)
tree79d11973ea3c40b8e7cbe0eeefba56dacfbb0583 /cpp03/ex04/SuperTrap.hpp
parentaa40eb5dedd39263ff511de01d6833d24e33b736 (diff)
downloadpiscine_cpp-2e0cf63a219d24ef07412deca9b0e6cb02882b46.tar.gz
piscine_cpp-2e0cf63a219d24ef07412deca9b0e6cb02882b46.tar.bz2
piscine_cpp-2e0cf63a219d24ef07412deca9b0e6cb02882b46.zip
Fixing small bugs in cpp03
Diffstat (limited to 'cpp03/ex04/SuperTrap.hpp')
-rw-r--r--cpp03/ex04/SuperTrap.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp03/ex04/SuperTrap.hpp b/cpp03/ex04/SuperTrap.hpp
index 39a0378..f660e20 100644
--- a/cpp03/ex04/SuperTrap.hpp
+++ b/cpp03/ex04/SuperTrap.hpp
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/13 17:48:31 by charles #+# #+# */
-/* Updated: 2020/11/10 14:44:07 by cacharle ### ########.fr */
+/* Updated: 2020/11/11 07:13:14 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -29,7 +29,6 @@ public:
void rangedAttack(std::string const& target) const;
void meleeAttack(std::string const& target) const;
-
};
#endif