Skip to content

Commit

Permalink
update gwca #1320
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jan 20, 2025
1 parent ee2ceb7 commit 7803e23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified Dependencies/GWCA/bin/gwca.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Dependencies/GWCA/include/GWCA/GWCAVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions Dependencies/GWCA/include/GWCA/Managers/AgentMgr.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <GWCA/GameContainers/Array.h>
#include <GWCA/Constants/Constants.h>

#include <GWCA/Utilities/Export.h>

Expand Down Expand Up @@ -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);

Expand Down
Binary file modified Dependencies/GWCA/lib/gwca.lib
Binary file not shown.

0 comments on commit 7803e23

Please sign in to comment.