From 77e516665f23b9cb7af864318c61582d91ab5870 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 22 Apr 2021 20:49:48 +0200 Subject: First commit, with implementation of tic-tac-toe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..8b56f54 --- /dev/null +++ b/common.h @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ +#ifdef MULTICALL_BINARY +# define LIBSIMPLY_CONFIG_MULTICALL_BINARY +#endif + +#include +#include +#include + +#include +#include +#include +#include -- cgit v1.2.3-70-g09d2