Added FLOP action
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user