Added FLOP action

This commit is contained in:
2021-07-28 09:52:29 -07:00
parent c3b0ad7950
commit b89f27f3ec
8 changed files with 140 additions and 10 deletions

View File

@ -4,7 +4,10 @@
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#define SETTING_GAME "poker"
// Game Definitions
#define SETTING_GAME_POKER 1
// Settings
#define SETTING_GAME SETTING_GAME_POKER