AlpacaLibrary/Include/Game/Interfaces/GameTabs/Quests.hpp

18 lines
242 B
C++

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