]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Font.cpp
renamed namespace geometry -> math
[l2e.git] / src / graphics / Font.cpp
index 069d0325f90ffd124bfd9b9d9eb63ad621d528ac..9b415514f44f185c3a147580f4721d0470cc1b77 100644 (file)
@@ -7,7 +7,7 @@
 #include <cstring>
 #include <iostream>
 
-using geometry::Vector;
+using math::Vector;
 using loader::FieldDescription;
 using loader::Interpreter;
 using loader::TypeDescription;