]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/ScriptRunner.cpp
renamed namespace geometry -> math
[l2e.git] / src / common / ScriptRunner.cpp
index c22a76bda797d34410849f2576f59c4c69f77dbf..947ded712b5a59912552b6de19593190dfbbe5f6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScriptRunner.cpp
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #include "ScriptRunner.h"
 
 #include "Script.h"
@@ -12,7 +5,7 @@
 
 #include <cstdlib>
 
-using geometry::Vector;
+using math::Vector;
 
 namespace common {