X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FInterpreter.h;h=7eccab344bdc105cd50ddda63f65c80bb6c72690;hb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;hp=3e9f661e56ccb53da7f5637315c5b1f5e5b9e1a4;hpb=8c8061a4f8b88410d6d93c039afe6affc4b69cf2;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; };