mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 06:46:58 -05:00
9 lines
155 B
C
9 lines
155 B
C
#ifndef GUARD_SLOT_MACHINE_H
|
|
#define GUARD_SLOT_MACHINE_H
|
|
|
|
#include "global.h"
|
|
|
|
void PlaySlotMachine(u16, void (*)(void));
|
|
|
|
#endif // GUARD_SLOT_MACHINE_H
|