summaryrefslogtreecommitdiffstats
path: root/src/core/CdStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CdStream.h')
-rw-r--r--src/core/CdStream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CdStream.h b/src/core/CdStream.h
index 9ef71b65..ba74be31 100644
--- a/src/core/CdStream.h
+++ b/src/core/CdStream.h
@@ -25,8 +25,9 @@ struct Queue
int32 size;
};
+#ifdef CHECK_STRUCT_SIZES
VALIDATE_SIZE(Queue, 0x10);
-
+#endif
void CdStreamInitThread(void);
void CdStreamInit(int32 numChannels);