Release 1.19

master
Kasi 2019-01-13 22:48:27 +00:00
parent 5b700745e9
commit eb328838ff
3 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,7 @@ namespace Internal
std::int32_t GetMenuWidth(); std::int32_t GetMenuWidth();
std::int32_t GetMenuX(); std::int32_t GetMenuX();
std::int32_t GetMenuY(); std::int32_t GetMenuY();
std::int64_t GetMouseLastPressed();
std::int32_t GetMouseX(); std::int32_t GetMouseX();
std::int32_t GetMouseY(); std::int32_t GetMouseY();
AttackOption GetNPCAttackOption(); AttackOption GetNPCAttackOption();

View File

@ -24,6 +24,7 @@
#include "Interfaces/Menu.hpp" #include "Interfaces/Menu.hpp"
#include "Interfaces/Minimap.hpp" #include "Interfaces/Minimap.hpp"
#include "Interfaces/Trade.hpp" #include "Interfaces/Trade.hpp"
#include "Interfaces/GameTabs/AccountManagement.hpp"
#include "Interfaces/GameTabs/Clan.hpp" #include "Interfaces/GameTabs/Clan.hpp"
#include "Interfaces/GameTabs/Combat.hpp" #include "Interfaces/GameTabs/Combat.hpp"
#include "Interfaces/GameTabs/Emotes.hpp" #include "Interfaces/GameTabs/Emotes.hpp"

Binary file not shown.