]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
renamed namespace geometry -> math
[l2e.git] / src / loader / Interpreter.h
index 8c14d1e10435bd4615f4916c8b674fddb7803c72..5707959e49265d52b66ecd075ac64d569b7dc44c 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Interpreter.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_INTERPRETER_H_
 #define LOADER_INTERPRETER_H_
 
@@ -15,7 +8,7 @@
 #include "../battle/fwd.h"
 #include "../common/fwd.h"
 #include "../common/Script.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Color.h"
 #include "../graphics/ComplexAnimation.h"
 #include "../graphics/fwd.h"