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

17 lines
225 B
C++
Raw Normal View History

2017-12-25 23:49:48 +00:00
#ifndef QUESTS_HPP_INCLUDED
#define QUESTS_HPP_INCLUDED
/** @addtogroup GameTabs
* @{ */
class Quests
{
public:
2018-05-10 01:08:38 +00:00
2017-12-25 23:49:48 +00:00
static bool IsOpen();
static bool Open();
};
/** @} */
#endif // QUESTS_HPP_INCLUDED