summaryrefslogtreecommitdiff
path: root/include/slot_machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r--include/slot_machine.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
new file mode 100644
index 000000000..c39aa7ca8
--- /dev/null
+++ b/include/slot_machine.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_SLOT_MACHINE_H
+#define GUARD_SLOT_MACHINE_H
+
+void PlaySlotMachine(u8, void *);
+void sub_8104DA4(void);
+u8 sub_8105BB4(u8, u8, s16);
+
+#endif // GUARD_SLOT_MACHINE_H