Still working on updating code to new poker code.

This commit is contained in:
2021-10-09 21:33:14 -07:00
parent 131c59fbf6
commit 1bf45379af
21 changed files with 196 additions and 189 deletions

View File

@ -5,6 +5,6 @@
#pragma once
#include <unity.h>
#include <poker2/poker.h>
#include <poker/poker.h>
int test_poker2();
int test_poker();