Fixing more includes

This commit is contained in:
2021-10-15 10:20:31 -07:00
parent 54d45441c3
commit 5a585a7714
8 changed files with 61 additions and 9 deletions

View File

@ -9,5 +9,6 @@
#include <unity.h>
#include <poker/poker.h>
#include <poker/player.h>
#include <poker/dealer.h>
int test_player_h();