diff --git a/Include/Core/Classes/FontName.hpp b/Include/Core/Classes/FontName.hpp index 1197eb4..00c8bcb 100644 --- a/Include/Core/Classes/FontName.hpp +++ b/Include/Core/Classes/FontName.hpp @@ -15,7 +15,6 @@ namespace Internal FontName(const FontName& F); static Class GetClass(); - std::string GetKeyName() const; std::string GetName() const; }; diff --git a/Include/Game/Interfaces/GameTabs/Prayer.hpp b/Include/Game/Interfaces/GameTabs/Prayer.hpp index a35e01e..24e409d 100644 --- a/Include/Game/Interfaces/GameTabs/Prayer.hpp +++ b/Include/Game/Interfaces/GameTabs/Prayer.hpp @@ -2,6 +2,7 @@ #define PRAYER_HPP_INCLUDED #include +#include /** @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& 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); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index f070bc3..d8025c4 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ