]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / BattleState.cpp
index 085a85371530678e0d578fa1fb8560aeb3299382..8218c10504b644016ecbc8eb0c7c3a69f579595d 100644 (file)
@@ -24,7 +24,7 @@ using common::Inventory;
 using common::Item;
 using common::Spell;
 using common::Stats;
-using geometry::Vector;
+using math::Vector;
 using graphics::Menu;
 
 using std::rand;