1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-19 10:43:35 +01:00
2020-05-24 08:24:20 -05:00

7 lines
140 B
C

#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
void PlaySlotMachine(u8, void (callback)(void));
#endif // GUARD_SLOT_MACHINE_H