mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-06-02 22:15:20 -05:00
7 lines
154 B
C
7 lines
154 B
C
#ifndef GUARD_SLOT_MACHINE_H
|
|
#define GUARD_SLOT_MACHINE_H
|
|
|
|
void PlaySlotMachine(u8 machineId, MainCallback exitCallback);
|
|
|
|
#endif // GUARD_SLOT_MACHINE_H
|