Add size assert for MxString

This commit is contained in:
Christian Semmler 2023-09-26 07:24:28 -04:00
parent 574a9dc6f1
commit 915390602b
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -1,7 +1,11 @@
#include "mxstring.h"
#include "decomp.h"
#include <stdlib.h>
#include <string.h>
DECOMP_SIZE_ASSERT(MxString, 0x10)
// OFFSET: LEGO1 0x100ae200
MxString::MxString()
{