.. _program_listing_file_gui_API_Incantation_Incantation.hpp: Program Listing for File Incantation.hpp ======================================== |exhale_lsh| :ref:`Return to documentation for file ` (``gui/API/Incantation/Incantation.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include #include class Incantation { private: std::vector _member; int _level; std::pair _position; std::string _state; public: Incantation(int level, int x, int y); ~Incantation() = default; void AddMember(int id); std::pair GetPosition(); void SetState(std::string &state); };