A bit more code cleaning.
This commit is contained in:
@ -6,6 +6,20 @@
|
||||
#pragma once
|
||||
#include <dawn/dawn.h>
|
||||
|
||||
/**
|
||||
* Initializes/resets the poker bet context.
|
||||
*
|
||||
* @param bet Poker bet instance.
|
||||
*/
|
||||
void pokerBetInit(pokerbet_t *bet);
|
||||
|
||||
/**
|
||||
* Resets the bet state (for a new round).
|
||||
*
|
||||
* @param bet
|
||||
*/
|
||||
void pokerBetReset(pokerbet_t *bet);
|
||||
|
||||
/**
|
||||
* Let a player bet chips into the pot.
|
||||
*
|
||||
|
Reference in New Issue
Block a user