Slowly renaming things from Holdem to Poker
This commit is contained in:
@ -19,7 +19,7 @@ void holdemActionInit();
|
||||
* @param action Action to add to the queue.
|
||||
* @returns The index of the action within the queue, or -1 if failure occured.
|
||||
*/
|
||||
int32_t holdemActionAdd(holdemaction_t action);
|
||||
int32_t holdemActionAdd(pokeraction_t action);
|
||||
|
||||
/**
|
||||
* Removes an action from the action queue.
|
||||
|
Reference in New Issue
Block a user