]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectIkari.cpp
index 2860a81afa7977ec5905b5b1356f63469ac6775a..4bfea03d749142430489cdbc456d1279d147d03d 100644 (file)
@@ -19,7 +19,7 @@
 using app::Application;
 using app::Input;
 using common::Ikari;
-using geometry::Vector;
+using math::Vector;
 using graphics::Frame;
 
 namespace battle {