pokeemerald/include/slot_machine.h

7 lines
125 B
C
Raw Normal View History

2017-10-12 09:06:19 +02:00
#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
void PlaySlotMachine(u8, void *);
#endif // GUARD_SLOT_MACHINE_H