1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-16 09:28:24 +02:00

Added possibility to define per-town tower icon for battle queue in siege

This commit is contained in:
Ivan Savenko
2022-11-29 14:47:51 +02:00
parent 3d1f6df0e2
commit 861a6849f9
12 changed files with 45 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class IBonusBearer;
class DLL_LINKAGE Entity
{
public:
using IconRegistar = std::function<void(int32_t index, const std::string & listName, const std::string & imageName)>;
using IconRegistar = std::function<void(int32_t index, int32_t group, const std::string & listName, const std::string & imageName)>;
virtual ~Entity() = default;