mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 21:00:24 +00:00
defined out asserts.
This commit is contained in:
@ -17,4 +17,7 @@ public:
|
||||
void SetOtherTimeModel(int32 other) { m_otherTimeModelID = other; }
|
||||
CTimeModelInfo *FindOtherTimeModel(void);
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
static_assert(sizeof(CTimeModelInfo) == 0x58, "CTimeModelInfo: error");
|
||||
#endif
|
Reference in New Issue
Block a user