diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-01 21:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 21:04:16 -0400 |
commit | 00cf527c16d02fc912666d97a49dc7fedf996225 (patch) | |
tree | 251d6ae09bb0d9ea99303cd507281b35bf9a010a /include/global.h | |
parent | 1a34a06758175b4d39ee0a81c3441ac958d005fd (diff) | |
parent | da78b51cf3e3031b4c3594c37e1b2b17566db8e2 (diff) |
Merge pull request #85 from pret/slot_machine
Slot machine
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e1f63213a..9a398354d 100644 --- a/include/global.h +++ b/include/global.h @@ -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 |