From 915390602bbee7030d124683b45803e7eddf7c85 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 26 Sep 2023 07:24:28 -0400 Subject: [PATCH] Add size assert for MxString --- LEGO1/mxstring.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LEGO1/mxstring.cpp b/LEGO1/mxstring.cpp index e2f24cab..e82d431a 100644 --- a/LEGO1/mxstring.cpp +++ b/LEGO1/mxstring.cpp @@ -1,7 +1,11 @@ #include "mxstring.h" +#include "decomp.h" + #include #include +DECOMP_SIZE_ASSERT(MxString, 0x10) + // OFFSET: LEGO1 0x100ae200 MxString::MxString() {