diff --git a/Include/Core/Debug.hpp b/Include/Core/Debug.hpp index 65435be..5125021 100644 --- a/Include/Core/Debug.hpp +++ b/Include/Core/Debug.hpp @@ -12,6 +12,7 @@ class Debug static Logger Error; static Logger Fatal; static Logger Internal; + static Logger Paint; static void ShowConsole(); static void HideConsole(); diff --git a/Include/Game/Interfaces/Exchange.hpp b/Include/Game/Interfaces/Exchange.hpp index d54163e..3ba72f7 100644 --- a/Include/Game/Interfaces/Exchange.hpp +++ b/Include/Game/Interfaces/Exchange.hpp @@ -61,9 +61,9 @@ class Exchange static std::string GetOfferItemName(); static std::int32_t GetOfferAmount(); static std::int32_t GetOfferPrice(); - static bool OfferOpen(); + static bool IsOfferOpen(); static bool CloseOffer(); - static bool OffersOpen(); + static bool IsOffersOpen(); static bool SlotUsable(const Exchange::SLOT Slot); static bool CanCollect(); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index ec41329..3bed2c3 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ