aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-04 16:05:26 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-04 16:05:26 +0100
commite31239dda9677731c64952360508476e9891ead9 (patch)
tree2343074fbea8e5cf9b959d276f89edfa6009d0f6 /src/weapon.cpp
parentrelease v0.0.1 (diff)
downloadthreshold-e31239dda9677731c64952360508476e9891ead9.tar.gz
threshold-e31239dda9677731c64952360508476e9891ead9.tar.bz2
threshold-e31239dda9677731c64952360508476e9891ead9.tar.xz
threshold-e31239dda9677731c64952360508476e9891ead9.tar.zst
threshold-e31239dda9677731c64952360508476e9891ead9.zip
add headers
Diffstat (limited to '')
-rw-r--r--src/weapon.cpp16
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() {}