mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
Add size assert for MxString
This commit is contained in:
parent
574a9dc6f1
commit
915390602b
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue