X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=5f66c0f954e55243f018eb9065783359801e206b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=8c14d1e10435bd4615f4916c8b674fddb7803c72;hpb=0bbc2eda56eba3ea195c2043370ff4d3fd29ca79;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 8c14d1e..5f66c0f 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -1,24 +1,9 @@ -/* - * Interpreter.h - * - * Created on: Aug 26, 2012 - * Author: holy - */ - #ifndef LOADER_INTERPRETER_H_ #define LOADER_INTERPRETER_H_ -#include "fwd.h" #include "PagedAllocator.h" #include "ParsedSource.h" -#include "TypeDescription.h" -#include "../battle/fwd.h" -#include "../common/fwd.h" #include "../common/Script.h" -#include "../geometry/Vector.h" -#include "../graphics/Color.h" -#include "../graphics/ComplexAnimation.h" -#include "../graphics/fwd.h" #include #include