summaryrefslogtreecommitdiff
path: root/c++/core/mcts.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/core/mcts.h')
-rw-r--r--c++/core/mcts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/c++/core/mcts.h b/c++/core/mcts.h
new file mode 100644
index 0000000..30eed2f
--- /dev/null
+++ b/c++/core/mcts.h
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace saw {
+
+}