]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/ScriptRunner.cpp
renamed namespace geometry -> math
[l2e.git] / src / common / ScriptRunner.cpp
index 8f1ad2a34e1af72aa9d8ad5163b3d3833adf3b9a..947ded712b5a59912552b6de19593190dfbbe5f6 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <cstdlib>
 
-using geometry::Vector;
+using math::Vector;
 
 namespace common {