Dawn/test/tests.h
2021-10-15 00:13:05 -07:00

18 lines
368 B
C

/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "poker/bet.h"
#include "poker/dealer.h"
#include "poker/card.h"
#include "poker/player.h"
#include "poker/poker.h"
#include "poker/pot.h"
#include "poker/turn.h"
#include "poker/winner.h"
int32_t main();