1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Added code to display some HD mod buttons in hero exchange window

This commit is contained in:
Arseniy Lartsev
2020-04-01 00:01:57 +02:00
committed by Andrii Danylchenko
parent 24d2d5b702
commit 222a0e40c7
4 changed files with 23 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ public:
std::vector<std::string> tavernInfo;
std::vector<std::string> tavernRumors;
std::vector<std::string> newCommands; // extra commands for HD mod
std::vector<std::pair<std::string,std::string>> zelp;
std::vector<std::string> lossCondtions;
std::vector<std::string> victoryConditions;