]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.cpp
renamed namespace geometry -> math
[l2e.git] / src / loader / Interpreter.cpp
index e64110dbf7175801cbd2cde01aea701ce874d4d1..46b4bc35198f5e337329a8dc71710c5157e1d3ce 100644 (file)
@@ -40,7 +40,7 @@ using graphics::Gauge;
 using graphics::ComplexAnimation;
 using graphics::SimpleAnimation;
 using graphics::Sprite;
-using geometry::Vector;
+using math::Vector;
 using std::make_pair;
 using std::set;
 using std::string;