12 lines
317 B
C
12 lines
317 B
C
/**
|
|
* Copyright (c) 2021 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "../libs.h"
|
|
|
|
#define POKER_TALK_MATCH_START "The game is no-limits Texas Hold'em."
|
|
#define POKER_TALK_MATCH_BUYIN "The buy-in for this match is $10,000." |