1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-10 15:23:01 +01:00

7 lines
140 B
C
Raw Normal View History

2017-10-12 02:06:19 -05: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 02:06:19 -05:00
#endif // GUARD_SLOT_MACHINE_H