mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 00:32:51 +00:00
defined out asserts.
This commit is contained in:
@@ -172,4 +172,7 @@ public:
|
||||
|
||||
static void AddSteamsFromGround(CPtrList& list);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CEntity) == 0x64, "CEntity: error");
|
||||
#endif
|
||||
Reference in New Issue
Block a user