mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Add size asserts
This commit is contained in:
parent
6a2506d44c
commit
bb2d4344b1
@ -6,6 +6,7 @@
|
||||
#include "mxtimer.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(LegoPathController, 0x40)
|
||||
DECOMP_SIZE_ASSERT(LegoPathCtrlEdge, 0x40)
|
||||
|
||||
// FUNCTION: LEGO1 0x10044f40
|
||||
// FUNCTION: BETA10 0x100b6860
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user