Fixed missing headers for test
This commit is contained in:
12
test/tests.h
Normal file
12
test/tests.h
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "poker/card.h"
|
||||
#include "poker/poker.h"
|
||||
|
||||
int32_t main();
|
Reference in New Issue
Block a user