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

@ -6,5 +6,7 @@
#pragma once
#include <unity.h>
#include <poker/bet.h>
#include <poker/poker.h>
#include <poker/dealer.h>
int test_bet_h();