summaryrefslogtreecommitdiff
path: root/include/slot_machine.h
diff options
context:
space:
mode:
authorhondew <pokehondew@gmail.com>2019-02-07 11:24:09 -0500
committerhuderlem <huderlem@gmail.com>2019-02-28 21:21:56 -0600
commit5c8cc5225ff7c11533f8421039e6e9e75adcee90 (patch)
treef8cb9ba1f8a9a08537a2f2ade3dd93d1ec81d6bb /include/slot_machine.h
parentbaf95a8e7ab5bf295f10c4e30d043c9629f2d2a3 (diff)
document slot machine
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r--include/slot_machine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 88bbbd91b..fae937834 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -1,6 +1,9 @@
#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
+#define REEL_NUM_TAGS 21
+
+
void PlaySlotMachine(u8, void (callback)(void));
#endif // GUARD_SLOT_MACHINE_H