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

extract trading logic into ResourceTrader, test preparation WIP

This commit is contained in:
Mircea TheHonestCTO
2025-09-08 16:44:26 +02:00
parent 3c5d94fda3
commit aea43de201
8 changed files with 284 additions and 160 deletions

View File

@@ -1,13 +1,11 @@
/*
* PriorityEvaluatorTest.cpp, part of VCMI engine
* RecruitHeroBehaviorTest.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#include "Global.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"