X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=a890871fb4c162dd12399ff1baa0190f5a6d7dc8;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=7bde641ebba369596f215c779e7ed80e543d2ed3;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 7bde641..a890871 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;