]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / states / RunState.cpp
index 311e0f35c3cc8b8c7aba89350901da1c762a3e92..afbbe5321cd015c17f1dabcd56afb3e508786e94 100644 (file)
@@ -10,7 +10,7 @@
 #include "../BattleState.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 #include "../../graphics/Font.h"
 #include "../../graphics/Frame.h"
 
@@ -18,7 +18,7 @@
 
 using app::Application;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {