diff --git a/lib/Terrain.cpp b/lib/Terrain.cpp index 6619f64b0..cbf67eda5 100644 --- a/lib/Terrain.cpp +++ b/lib/Terrain.cpp @@ -500,4 +500,6 @@ RoadType& RoadType::operator=(const RoadType& other) movementCost = other.movementCost; return *this; -} \ No newline at end of file +} + +VCMI_LIB_NAMESPACE_END \ No newline at end of file