Fixed typos and made all assert functions optional
This commit is contained in:
@@ -32,9 +32,7 @@ public:
|
||||
~CPhone() { }
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CPhone) == 0x34, "CPhone: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CPhone, 0x34);
|
||||
|
||||
class CPhoneInfo {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user