aboutsummaryrefslogtreecommitdiff
path: root/bbot/common.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/common.cli')
-rw-r--r--bbot/common.cli9
1 files changed, 9 insertions, 0 deletions
diff --git a/bbot/common.cli b/bbot/common.cli
new file mode 100644
index 0000000..3b9f5bd
--- /dev/null
+++ b/bbot/common.cli
@@ -0,0 +1,9 @@
+// file : bbot/common.cli
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+include <bbot/types>;
+
+namespace bbot
+{
+}