diff options
Diffstat (limited to 'starts/meaning-vm/level-2/funcs.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/funcs.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/funcs.hpp b/starts/meaning-vm/level-2/funcs.hpp new file mode 100644 index 0000000..52c041d --- /dev/null +++ b/starts/meaning-vm/level-2/funcs.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include "common.hpp" + +namespace intellect { +namespace level2 { + +ref context(); + +} +} |