1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-27 21:49:10 +02:00
This commit is contained in:
Ivan Savenko 2023-01-04 21:41:11 +02:00
parent d2fe31e224
commit 43c1994ca2

View File

@ -21,7 +21,7 @@ public:
MOCK_CONST_METHOD2(adaptProblem, bool(ESpellCastProblem::ESpellCastProblem, Problem &));
MOCK_CONST_METHOD1(adaptGenericProblem, bool(Problem &));
MOCK_CONST_METHOD2(rangeInHexes, std::vector<BattleHex>(BattleHex, bool *));
MOCK_CONST_METHOD1(rangeInHexes, std::vector<BattleHex>(BattleHex));
MOCK_CONST_METHOD1(getAffectedStacks, std::vector<const CStack *>(const Target &));
MOCK_CONST_METHOD1(canBeCast, bool(Problem &));