]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectAttackType.cpp
index fade2326d305ff815f1c1cd4a55241e47d8bb273..9f6e561be43fadea59adcd44eeec6ea0ea022a65 100644 (file)
@@ -23,7 +23,7 @@
 using app::Application;
 using app::Input;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {