X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FScriptRunner.cpp;h=947ded712b5a59912552b6de19593190dfbbe5f6;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=c22a76bda797d34410849f2576f59c4c69f77dbf;hpb=0bbc2eda56eba3ea195c2043370ff4d3fd29ca79;p=l2e.git diff --git a/src/common/ScriptRunner.cpp b/src/common/ScriptRunner.cpp index c22a76b..947ded7 100644 --- a/src/common/ScriptRunner.cpp +++ b/src/common/ScriptRunner.cpp @@ -1,10 +1,3 @@ -/* - * ScriptRunner.cpp - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #include "ScriptRunner.h" #include "Script.h" @@ -12,7 +5,7 @@ #include -using geometry::Vector; +using math::Vector; namespace common {