From 44421af15c2f361764b8741bb93f9fddda3f8a8b Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 30 Jun 2018 00:30:14 +0200 Subject: Initial --- ai_rand.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ai_rand.h (limited to 'ai_rand.h') diff --git a/ai_rand.h b/ai_rand.h new file mode 100644 index 0000000..defa011 --- /dev/null +++ b/ai_rand.h @@ -0,0 +1,8 @@ +#pragma once + +#include "board.h" + + +namespace AI::Rand { + Move findMove(const Board &bd, int player); +} -- cgit v1.2.3-54-g00ecf