diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index 81bb858..97fc263 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -218,6 +218,8 @@ namespace Internal std::vector GetWidgetsX(); std::vector GetWidgetsY(); bool GetWorldSelectOpen(); + std::int32_t GetWorldSelectPageIndex(); + std::int32_t GetWorldSelectPageSize(); std::vector GetWorlds(); ItemInfo LoadItemInfo(std::int32_t ID); NPCInfo LoadNPCInfo(std::int32_t ID); diff --git a/Include/Game/Interfaces/Login.hpp b/Include/Game/Interfaces/Login.hpp index 2631324..12f3714 100644 --- a/Include/Game/Interfaces/Login.hpp +++ b/Include/Game/Interfaces/Login.hpp @@ -72,10 +72,6 @@ namespace Login */ std::vector GetButtonBoxes(); - /** - * @return a world box corresponding to the world select screen. - */ - Box GetWorldBox(std::uint32_t Index); } /** @} */ diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 62a6bea..de9b353 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ