Added FLOP action

This commit is contained in:
2021-07-28 09:52:29 -07:00
parent 9b4589dfe8
commit e7a7fd9545
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