mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
7 lines
140 B
C
Executable File
7 lines
140 B
C
Executable File
#ifndef GUARD_SLOT_MACHINE_H
|
|
#define GUARD_SLOT_MACHINE_H
|
|
|
|
void PlaySlotMachine(u8, void (callback)(void));
|
|
|
|
#endif // GUARD_SLOT_MACHINE_H
|