Release 1.25

master
Kasi 2019-04-11 14:12:59 +01:00
parent 262591efdd
commit ebc8dae835
3 changed files with 2 additions and 4 deletions

View File

@ -218,6 +218,8 @@ namespace Internal
std::vector<std::int32_t> GetWidgetsX(); std::vector<std::int32_t> GetWidgetsX();
std::vector<std::int32_t> GetWidgetsY(); std::vector<std::int32_t> GetWidgetsY();
bool GetWorldSelectOpen(); bool GetWorldSelectOpen();
std::int32_t GetWorldSelectPageIndex();
std::int32_t GetWorldSelectPageSize();
std::vector<World> GetWorlds(); std::vector<World> GetWorlds();
ItemInfo LoadItemInfo(std::int32_t ID); ItemInfo LoadItemInfo(std::int32_t ID);
NPCInfo LoadNPCInfo(std::int32_t ID); NPCInfo LoadNPCInfo(std::int32_t ID);

View File

@ -72,10 +72,6 @@ namespace Login
*/ */
std::vector<Box> GetButtonBoxes(); std::vector<Box> GetButtonBoxes();
/**
* @return a world box corresponding to the world select screen.
*/
Box GetWorldBox(std::uint32_t Index);
} }
/** @} */ /** @} */

Binary file not shown.