summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-11 17:57:20 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-11 17:57:20 +0200
commit7961aa44baa7935c5d410203e4fc7f29ff194ca1 (patch)
tree15527e110dd461aeed1a4b0d5beec78da01d47c4 /include
parent85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff)
start porting slot machine
Diffstat (limited to 'include')
-rw-r--r--include/slot_machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 8334e56fc..88bbbd91b 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -1,6 +1,6 @@
#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
-void PlaySlotMachine(u8, void *);
+void PlaySlotMachine(u8, void (callback)(void));
#endif // GUARD_SLOT_MACHINE_H