#ifndef QUESTS_HPP_INCLUDED #define QUESTS_HPP_INCLUDED #include /** @addtogroup GameTabs * @{ */ namespace Quests { bool IsOpen(); bool Open(); std::int32_t GetTabHotkey(); } /** @} */ #endif // QUESTS_HPP_INCLUDED