This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
sovereignx/include/slot_machine.h
2017-10-12 02:06:19 -05:00

6 lines
125 B
C

#ifndef GUARD_SLOT_MACHINE_H
#define GUARD_SLOT_MACHINE_H
void PlaySlotMachine(u8, void *);
#endif // GUARD_SLOT_MACHINE_H