]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/HeroTag.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / HeroTag.cpp
index 7c8769af048986f2d7f8dcd57ee0cc8415c85cb7..6dc5e86fa11d261063def6720f0bd6b82ed73e59 100644 (file)
@@ -4,13 +4,13 @@
 #include "BattleState.h"
 #include "Hero.h"
 #include "Resources.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Font.h"
 #include "../graphics/Frame.h"
 #include "../graphics/Gauge.h"
 #include "../graphics/Sprite.h"
 
-using geometry::Vector;
+using math::Vector;
 using graphics::Frame;
 
 namespace battle {