mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 17:20:45 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -10,7 +10,7 @@ struct CGangInfo
|
||||
CGangInfo();
|
||||
};
|
||||
|
||||
static_assert(sizeof(CGangInfo) == 0x10, "CGangInfo: error");
|
||||
VALIDATE_SIZE(CGangInfo, 0x10);
|
||||
|
||||
enum {
|
||||
GANG_MAFIA = 0,
|
||||
|
Reference in New Issue
Block a user