mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
26a197847a
Fix typo
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
|