X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=5707959e49265d52b66ecd075ac64d569b7dc44c;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=8c14d1e10435bd4615f4916c8b674fddb7803c72;hpb=0bbc2eda56eba3ea195c2043370ff4d3fd29ca79;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 8c14d1e..5707959 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -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"