From 584ca7f9b6fca6da54608d3b28274273b2c9a4b8 Mon Sep 17 00:00:00 2001 From: olpc user Date: Mon, 9 Dec 2019 03:13:14 -0800 Subject: make level-2 have refs --- starts/meaning-vm/level-2/ref.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 starts/meaning-vm/level-2/ref.hpp (limited to 'starts/meaning-vm/level-2/ref.hpp') diff --git a/starts/meaning-vm/level-2/ref.hpp b/starts/meaning-vm/level-2/ref.hpp new file mode 100644 index 0000000..7a2d58d --- /dev/null +++ b/starts/meaning-vm/level-2/ref.hpp @@ -0,0 +1,15 @@ +#pragma once + +#include "common.hpp" +#include "baseref.hpp" + +namespace intellect { +namespace level2 { + +struct ref : public baseref +{ + using baseref::baseref; +}; + +} +} -- cgit v1.2.3