import from github
This commit is contained in:
6
include/slot_machine.h
Normal file
6
include/slot_machine.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef GUARD_SLOT_MACHINE_H
|
||||
#define GUARD_SLOT_MACHINE_H
|
||||
|
||||
void PlaySlotMachine(u8, void (callback)(void));
|
||||
|
||||
#endif // GUARD_SLOT_MACHINE_H
|
Reference in New Issue
Block a user