Fixed typos and made all assert functions optional
This commit is contained in:
@@ -161,6 +161,4 @@ public:
|
||||
bool CheckCollision_SimpleCar(void);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CPhysical) == 0x128, "CPhysical: error");
|
||||
#endif
|
||||
VALIDATE_SIZE(CPhysical, 0x128);
|
||||
|
||||
Reference in New Issue
Block a user