mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 05:32:53 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -25,9 +25,7 @@ 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