mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 19:22:58 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -90,6 +90,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(C2dEffect) == 0x34, "C2dEffect: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(C2dEffect, 0x34);
|
||||
|
||||
Reference in New Issue
Block a user