Slowly renaming things from Holdem to Poker

This commit is contained in:
2021-05-17 06:13:50 -07:00
parent fbd00b1bc2
commit d956305af7
28 changed files with 253 additions and 223 deletions

View File

@ -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.