summaryrefslogtreecommitdiff
path: root/include/slot_machine.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-12 02:06:19 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-12 02:06:19 -0500
commitf1b6358047dff266db01545d4a5927047e6756df (patch)
tree3905d3988e4c47acc33bbd984002d9fb767ac8ab /include/slot_machine.h
parent8914645231c9301579ed39bdd9200ad50e5296d0 (diff)
Port/decomp scrcmd
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r--include/slot_machine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h
new file mode 100644
index 000000000..8334e56fc
--- /dev/null
+++ b/include/slot_machine.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_SLOT_MACHINE_H
+#define GUARD_SLOT_MACHINE_H
+
+void PlaySlotMachine(u8, void *);
+
+#endif // GUARD_SLOT_MACHINE_H