summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhondew <pokehondew@gmail.com>2019-02-28 18:58:35 -0500
committerhuderlem <huderlem@gmail.com>2019-02-28 21:21:56 -0600
commit9ed0f775289d574a792f20ec37fe24f26e765117 (patch)
tree781fc785072e0522dc76ee28e2ee7ab82354c4da /include
parent53d7e21332c24b253eea090cf9ba58968b56af8c (diff)
fixed issues in data and include dirs
Diffstat (limited to 'include')
-rw-r--r--include/slot_machine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 84622d914..d441b7411 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -15,11 +15,6 @@
#define LUCKY_BIAS_MIXED_777 (1 << 6)
#define LUCKY_BIAS_777 (1 << 7)
-// Rows
-#define SLOT_TOP_ROW 0x0001
-#define SLOT_MIDDLE_ROW 0x0002
-#define SLOT_BOTTOM_ROW 0x0003
-
void PlaySlotMachine(u8, void (callback)(void));
#endif // GUARD_SLOT_MACHINE_H