mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Add size assert for MxString
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
#include "mxstring.h"
|
#include "mxstring.h"
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(MxString, 0x10)
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100ae200
|
// OFFSET: LEGO1 0x100ae200
|
||||||
MxString::MxString()
|
MxString::MxString()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user