mirror of
https://github.com/td512/re3.git
synced 2026-02-17 10:16:48 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -51,6 +51,4 @@ public:
|
||||
static RwFrame *GetFrameFromId(RpClump *clump, int32 id);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CClumpModelInfo) == 0x34, "CClumpModelInfo: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CClumpModelInfo, 0x34);
|
||||
|
||||
Reference in New Issue
Block a user