Slowly renaming things from Holdem to Poker

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

View File

@ -14,7 +14,7 @@
#include "shuffle.h"
#include "deal.h"
holdemaction_t actionRound();
pokeraction_t actionRound();
void actionRoundInit(int32_t index, void *data);
void actionRoundUpdate(int32_t index, void *data);