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/slot_machine.h | |
parent | 1a34a06758175b4d39ee0a81c3441ac958d005fd (diff) | |
parent | da78b51cf3e3031b4c3594c37e1b2b17566db8e2 (diff) |
Merge pull request #85 from pret/slot_machine
Slot machine
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r-- | include/slot_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index 5c96384fa..37120f66b 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -3,6 +3,6 @@ #include "global.h" -void PlaySlotMachine(u8, void *); +void PlaySlotMachine(u16, void (*)(void)); #endif // GUARD_SLOT_MACHINE_H |