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