1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

ios compilation fix

This commit is contained in:
Ivan Savenko 2023-01-14 19:40:34 +02:00
parent 789f4d6bc8
commit b7c27e7d47

View File

@ -18,6 +18,8 @@
#include "../spells/CSpellHandler.h"
#include "../CModHandler.h"
VCMI_LIB_NAMESPACE_BEGIN
namespace SiegeStuffThatShouldBeMovedToHandlers // <=== TODO
{
@ -516,3 +518,5 @@ TDmgRange DamageCalculator::calculateDmgRange() const
std::max( 1.0, std::floor(result.second * resultingFactor))
};
}
VCMI_LIB_NAMESPACE_END