#ifndef STICK_HPP #define STICK_HPP #include "Item.hpp" class Stick : public Item { }; #endif