diff options
Diffstat (limited to 'include/constants/slot_machine.h')
-rw-r--r-- | include/constants/slot_machine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/slot_machine.h b/include/constants/slot_machine.h new file mode 100644 index 000000000..81848f208 --- /dev/null +++ b/include/constants/slot_machine.h @@ -0,0 +1,6 @@ +#ifndef GUARD_CONSTANTS_SLOT_MACHINE_H +#define GUARD_CONSTANTS_SLOT_MACHINE_H + +#define SLOT_MACHINE_COUNT 12 + +#endif // GUARD_CONSTANTS_SLOT_MACHINE_H |