Joining the two logics together slowly.
This commit is contained in:
12
temp/round/winner.c
Normal file
12
temp/round/winner.c
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
#include "winner.h"
|
||||
|
||||
void pokerWinnerInit(poker_t *poker) {
|
||||
pokerWinnerCalculate(poker);
|
||||
printf("Winner Count %u\n", poker->winner.winnerCount);
|
||||
}
|
Reference in New Issue
Block a user