Suppress IDE errors when incbinning multiple files

This commit is contained in:
PikalaxALT
2019-07-30 19:20:41 -04:00
parent a74d770de1
commit 9b3b3244f7
+1 -1
View File
@@ -17,7 +17,7 @@
// Get the IDE to stfu
// We define it this way to fool preproc.
#define INCBIN(x) {0}
#define INCBIN(...) {0}
#define INCBIN_U8 INCBIN
#define INCBIN_U16 INCBIN
#define INCBIN_U32 INCBIN