X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=7eccab344bdc105cd50ddda63f65c80bb6c72690;hb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;hp=3e9f661e56ccb53da7f5637315c5b1f5e5b9e1a4;hpb=5f9a1893c0db8f53889a390e4c4b95d57abd4384;p=l2e.git diff --git a/src/loader/Interpreter.h b/src/loader/Interpreter.h index 3e9f661..7eccab3 100644 --- a/src/loader/Interpreter.h +++ b/src/loader/Interpreter.h @@ -126,6 +126,7 @@ public: } struct Array { void *data; + unsigned int typeId; unsigned int size; bool ref; };