Split winner code.

This commit is contained in:
2021-10-15 00:13:05 -07:00
parent 8945c79450
commit 14dda414ee
5 changed files with 563 additions and 533 deletions

12
test/poker/winner.h Normal file
View File

@ -0,0 +1,12 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include <unity.h>
#include <poker/winner.h>
int test_winner_h();