start porting slot machine

This commit is contained in:
DizzyEggg
2018-08-11 17:57:20 +02:00
parent 85ebd76cd0
commit 7961aa44ba
4 changed files with 1138 additions and 1674 deletions

View File

@@ -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