diff options
Diffstat (limited to 'starts/meaning-vm/level-2/concepts.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/concepts.hpp | 15 |
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"); + +} + +} +} |