]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectItem.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectItem.cpp
index 6ca43960ac1277c31fa0b48cdb054278150abb2e..b64311640020055369f1d692726799c324d3d302 100644 (file)
@@ -18,7 +18,7 @@
 using app::Application;
 using app::Input;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 using graphics::Frame;
 
 namespace battle {