summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-1/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r--starts/meaning-vm/level-1/common.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp
new file mode 100644
index 0000000..2977077
--- /dev/null
+++ b/starts/meaning-vm/level-1/common.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace intellect {
+namespace level1 {
+
+struct ref;
+template <typename T> struct vref;
+
+}
+}