From 0aad778336ef25336ca51611419b306aff9020ab Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Thu, 13 Jan 2022 19:21:04 +0100 Subject: this is starting to get boring.ill see --- src/wp_enemyslingshot.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/wp_enemyslingshot.hpp (limited to 'src/wp_enemyslingshot.hpp') diff --git a/src/wp_enemyslingshot.hpp b/src/wp_enemyslingshot.hpp new file mode 100644 index 0000000..bcaec09 --- /dev/null +++ b/src/wp_enemyslingshot.hpp @@ -0,0 +1,22 @@ +/*********************************/ +/* THRESHOLD ( // */ +/* enemysling ( )/ */ +/* by salade )(/ */ +/* ________________ ( /) */ +/* ()__)____________))))) :^} */ +/*********************************/ + +#ifndef WP_ENEMYSLING_H_ +#define WP_ENEMYSLING_H_ + +#include "weapon.hpp" + +class wp_enemysling : public AWeapon { + public: + wp_enemysling(const char* s, const char* r); + ~wp_enemysling(); + + int bang(std::vector* enemies, Entity* player); +}; + +#endif -- cgit v1.2.3