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

15 lines
190 B
C++

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