mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 14:13:01 +00:00
defined out asserts.
This commit is contained in:
@@ -25,8 +25,9 @@ struct Queue
|
||||
int32 size;
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
VALIDATE_SIZE(Queue, 0x10);
|
||||
|
||||
#endif
|
||||
|
||||
void CdStreamInitThread(void);
|
||||
void CdStreamInit(int32 numChannels);
|
||||
|
||||
Reference in New Issue
Block a user