16 lines
322 B
C
16 lines
322 B
C
/**
|
|
* Copyright (c) 2021 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#include <dawn/dawn.h>
|
|
#include "deal.h"
|
|
#include "../bet.h"
|
|
|
|
/**
|
|
* Initializes the blinds round.
|
|
* @param poker The poker game conetxt.
|
|
*/
|
|
void pokerBlindsInit(poker_t *poker); |