Release 0.94

master
Kasi 2018-09-21 02:56:21 +01:00
parent 4881f4510a
commit f63ecb95b0
3 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,6 @@ namespace Internal
FontName(const FontName& F);
static Class GetClass();
std::string GetKeyName() const;
std::string GetName() const;
};

View File

@ -2,6 +2,7 @@
#define PRAYER_HPP_INCLUDED
#include <cstdint>
#include <vector>
/** @addtogroup GameTabs
* @{ */
@ -47,6 +48,7 @@ class Prayer
static std::int32_t GetPoints();
static bool HasLevel(PRAYERS Prayer);
static bool IsActive(PRAYERS Prayer);
static bool AllActive(const std::vector<Prayer::PRAYERS>& Prayers);
static bool WaitPrayer(std::uint32_t Duration, std::uint32_t Step, PRAYERS Prayer, bool Active);
static bool Activate(PRAYERS Prayer);
static bool Deactivate(PRAYERS Prayer);

Binary file not shown.