Release 0.83

master
Kasi 2018-08-23 06:52:48 +01:00
parent 0c03c93cc0
commit e188b5007d
3 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ class Debug
static Logger Error; static Logger Error;
static Logger Fatal; static Logger Fatal;
static Logger Internal; static Logger Internal;
static Logger Paint;
static void ShowConsole(); static void ShowConsole();
static void HideConsole(); static void HideConsole();

View File

@ -61,9 +61,9 @@ class Exchange
static std::string GetOfferItemName(); static std::string GetOfferItemName();
static std::int32_t GetOfferAmount(); static std::int32_t GetOfferAmount();
static std::int32_t GetOfferPrice(); static std::int32_t GetOfferPrice();
static bool OfferOpen(); static bool IsOfferOpen();
static bool CloseOffer(); static bool CloseOffer();
static bool OffersOpen(); static bool IsOffersOpen();
static bool SlotUsable(const Exchange::SLOT Slot); static bool SlotUsable(const Exchange::SLOT Slot);
static bool CanCollect(); static bool CanCollect();

Binary file not shown.