mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-27 05:55:45 -04:00
7 lines
125 B
C
7 lines
125 B
C
#ifndef GUARD_SLOT_MACHINE_H
|
|
#define GUARD_SLOT_MACHINE_H
|
|
|
|
void PlaySlotMachine(u8, void *);
|
|
|
|
#endif // GUARD_SLOT_MACHINE_H
|