/**
 * 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();