]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Gauge.cpp
renamed namespace geometry -> math
[l2e.git] / src / graphics / Gauge.cpp
index 6f44173f80f6e811473ce65cbde41005de0e570b..d5b41b545ee9e01be194d551e839782c3f6e199f 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * Gauge.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "Gauge.h"
 
 #include "../loader/Interpreter.h"
 #include "../loader/TypeDescription.h"
 
-using geometry::Vector;
+using math::Vector;
 using loader::FieldDescription;
 using loader::Interpreter;
 using loader::TypeDescription;