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

@ -14,7 +14,7 @@ typedef struct {
void (*done)();
} shuffledata_t;
holdemaction_t actionShuffle();
pokeraction_t actionShuffle();
void actionShuffleInit(int32_t index, void *data);