mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-29 05:35:33 -05:00
7 lines
140 B
C
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
|