pokeemerald/include/slot_machine.h

7 lines
140 B
C
Raw Normal View History

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