X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FObjectFile.h;h=b497e344b500ea45ba9fa4e80cbbbda1946c9629;hb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;hp=178180a2f8c3eafe27926766cfe25b0c8546482c;hpb=5f9a1893c0db8f53889a390e4c4b95d57abd4384;p=l2e.git diff --git a/src/loader/ObjectFile.h b/src/loader/ObjectFile.h index 178180a..b497e34 100644 --- a/src/loader/ObjectFile.h +++ b/src/loader/ObjectFile.h @@ -35,6 +35,7 @@ struct Object { }; struct Array { + unsigned int typeId; unsigned int size; bool ref; char *Data();