Fixing more includes

This commit is contained in:
2021-10-15 10:20:31 -07:00
parent 0b8aae7c5e
commit d92ffe5631
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();