diff --git a/Dependencies/GWCA/bin/gwca.dll b/Dependencies/GWCA/bin/gwca.dll index bd158284b..2deec69c4 100644 Binary files a/Dependencies/GWCA/bin/gwca.dll and b/Dependencies/GWCA/bin/gwca.dll differ diff --git a/Dependencies/GWCA/include/GWCA/GWCAVersion.h b/Dependencies/GWCA/include/GWCA/GWCAVersion.h index 56a8b727a..810360a77 100644 --- a/Dependencies/GWCA/include/GWCA/GWCAVersion.h +++ b/Dependencies/GWCA/include/GWCA/GWCAVersion.h @@ -2,9 +2,9 @@ #define GWCA_VERSION_MAJOR 1 #define GWCA_VERSION_MINOR 0 -#define GWCA_VERSION_PATCH 7 +#define GWCA_VERSION_PATCH 8 #define GWCA_VERSION_BUILD 0 -#define GWCA_VERSION "1.0.7.0" +#define GWCA_VERSION "1.0.8.0" namespace GWCA { constexpr int VersionMajor = GWCA_VERSION_MAJOR; diff --git a/Dependencies/GWCA/include/GWCA/Managers/AgentMgr.h b/Dependencies/GWCA/include/GWCA/Managers/AgentMgr.h index e50c43894..7be45fe69 100644 --- a/Dependencies/GWCA/include/GWCA/Managers/AgentMgr.h +++ b/Dependencies/GWCA/include/GWCA/Managers/AgentMgr.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include @@ -84,6 +85,7 @@ namespace GW { // Returns array of alternate agent array that can be read beyond compass range. // Holds limited info and needs to be explored more. GWCA_API MapAgentArray* GetMapAgentArray(); + GWCA_API uint32_t CountAllegianceInRange(GW::Constants::Allegiance allegiance, float sqr_range); GWCA_API MapAgent* GetMapAgentByID(uint32_t agent_id); diff --git a/Dependencies/GWCA/lib/gwca.lib b/Dependencies/GWCA/lib/gwca.lib index 2a77e21ef..f26ef704f 100644 Binary files a/Dependencies/GWCA/lib/gwca.lib and b/Dependencies/GWCA/lib/gwca.lib differ