summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/concepts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level-2/concepts.hpp')
-rw-r--r--starts/meaning-vm/level-2/concepts.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/concepts.hpp b/starts/meaning-vm/level-2/concepts.hpp
new file mode 100644
index 0000000..a8cfb0d
--- /dev/null
+++ b/starts/meaning-vm/level-2/concepts.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "ref.hpp"
+
+namespace intellect {
+namespace level2 {
+
+namespace concepts {
+
+static ref context("context");
+
+}
+
+}
+}