Dawn/test/poker2/poker.h
2021-10-01 21:30:54 -07:00

10 lines
211 B
C

// Copyright (c) 2021 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#include <unity.h>
#include <poker2/poker.h>
int test_poker2();