pokeemerald/include/slot_machine.h

7 lines
140 B
C
Raw Normal View History

2017-10-12 07:06:19 +00:00
#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
2018-08-11 15:57:20 +00:00
void PlaySlotMachine(u8, void (callback)(void));
2017-10-12 07:06:19 +00:00
#endif // GUARD_SLOT_MACHINE_H