]> git.localhorst.tv Git - l2e.git/blobdiff - src/main.cpp
renamed namespace geometry -> math
[l2e.git] / src / main.cpp
index 7bde641ebba369596f215c779e7ed80e543d2ed3..a890871fb4c162dd12399ff1baa0190f5a6d7dc8 100644 (file)
@@ -17,7 +17,7 @@
 #include "common/Script.h"
 #include "common/Spell.h"
 #include "common/Stats.h"
-#include "geometry/Vector.h"
+#include "math/Vector.h"
 #include "graphics/CharSelect.h"
 #include "graphics/ComplexAnimation.h"
 #include "graphics/Font.h"
@@ -63,7 +63,7 @@ using common::GameConfig;
 using common::GameState;
 using common::Hero;
 using common::Spell;
-using geometry::Vector;
+using math::Vector;
 using graphics::Texture;
 using loader::Caster;
 using loader::Interpreter;