pokefirered/include/slot_machine.h
2018-11-09 12:33:20 -05:00

9 lines
146 B
C

#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
#include "global.h"
void PlaySlotMachine(u8, void *);
#endif // GUARD_SLOT_MACHINE_H