]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectMoveAction.cpp
index 52b670b5d941d019b1132884a40af89557c83763..74e86281c3761097bc75e149e41ce51fed696c7c 100644 (file)
@@ -17,7 +17,7 @@
 
 using app::Application;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {