From b756ca5eccf61aca73948c41c13559568aafc32c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 2 Jul 2023 14:38:10 +0200 Subject: [PATCH] add size assert for MxDSObject --- LEGO1/mxdsobject.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/mxdsobject.cpp b/LEGO1/mxdsobject.cpp index f3f70edf..29633124 100644 --- a/LEGO1/mxdsobject.cpp +++ b/LEGO1/mxdsobject.cpp @@ -3,6 +3,8 @@ #include #include +DECOMP_SIZE_ASSERT(MxDSObject, 0x2c); + // OFFSET: LEGO1 0x100bf6a0 MxDSObject::MxDSObject() {