Add size asserts

This commit is contained in:
Christian Semmler 2024-05-11 12:17:03 -04:00
parent 6a2506d44c
commit bb2d4344b1
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "mxtimer.h"
DECOMP_SIZE_ASSERT(LegoPathController, 0x40)
DECOMP_SIZE_ASSERT(LegoPathCtrlEdge, 0x40)
// FUNCTION: LEGO1 0x10044f40
// FUNCTION: BETA10 0x100b6860

View File

@ -1,5 +1,8 @@
#include "legopathstruct.h"
DECOMP_SIZE_ASSERT(LegoPathStructBase, 0x0c)
DECOMP_SIZE_ASSERT(LegoPathStruct, 0x14)
// STUB: LEGO1 0x1001b700
// FUNCTION: BETA10 0x100c26c5
void LegoPathStruct::VTable0x04(undefined4, undefined4, undefined4)