X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FGauge.cpp;h=d5b41b545ee9e01be194d551e839782c3f6e199f;hb=ce1e9a11c89c83356d797c8225369b711513a4da;hp=6f44173f80f6e811473ce65cbde41005de0e570b;hpb=1907ca03c5e865c4d398170042aa384c67ffff29;p=l2e.git diff --git a/src/graphics/Gauge.cpp b/src/graphics/Gauge.cpp index 6f44173..d5b41b5 100644 --- a/src/graphics/Gauge.cpp +++ b/src/graphics/Gauge.cpp @@ -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;