Fixed typos and made all assert functions optional
This commit is contained in:
@@ -11,6 +11,4 @@ public:
|
||||
CDummyObject(CObject *obj);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CDummyObject, 0x68);
|
||||
|
||||
Reference in New Issue
Block a user