diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapon.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/weapon.cpp b/src/weapon.cpp new file mode 100644 index 0000000..74bf960 --- /dev/null +++ b/src/weapon.cpp @@ -0,0 +1,16 @@ +/*********************************/ +/* THRESHOLD ( // */ +/* weapon ( )/ */ +/* by salade )(/ */ +/* ________________ ( /) */ +/* ()__)____________))))) :^} */ +/*********************************/ + +#include "weapon.hpp" + +Weapon::Weapon() +{ + +} + +Weapon::~Weapon() {} |