Started merging new poker code in.
This commit is contained in:
1476
test/poker/poker.c
Normal file
1476
test/poker/poker.c
Normal file
File diff suppressed because it is too large
Load Diff
10
test/poker/poker.h
Normal file
10
test/poker/poker.h
Normal file
@ -0,0 +1,10 @@
|
||||
// Copyright (c) 2021 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include <unity.h>
|
||||
#include <poker2/poker.h>
|
||||
|
||||
int test_poker2();
|
Reference in New Issue
Block a user