aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers/Stick.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/headers/Stick.hpp')
-rw-r--r--src/main/headers/Stick.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/headers/Stick.hpp b/src/main/headers/Stick.hpp
new file mode 100644
index 0000000..4ed2b45
--- /dev/null
+++ b/src/main/headers/Stick.hpp
@@ -0,0 +1,11 @@
+#ifndef STICK_HPP
+#define STICK_HPP
+
+#include "Item.hpp"
+
+class Stick : public Item
+{
+
+};
+
+#endif