From 673855b03c64a39109efc8c49c5bd67913ccb36f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 25 Sep 2020 01:03:27 +0200 Subject: Rename mcureg to mcubase so mcureg inherits from it --- hw_html/mcubase.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hw_html/mcubase.cpp (limited to 'hw_html/mcubase.cpp') diff --git a/hw_html/mcubase.cpp b/hw_html/mcubase.cpp new file mode 100644 index 0000000..f894d42 --- /dev/null +++ b/hw_html/mcubase.cpp @@ -0,0 +1,5 @@ +#include "mcureg.hpp" + +mcureg::mcureg(mcureg::access access) +{ +} -- cgit v1.2.3