aboutsummaryrefslogtreecommitdiff
path: root/hw_html/mcubase.cpp
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-09-25 01:03:27 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-09-25 01:03:27 +0200
commit673855b03c64a39109efc8c49c5bd67913ccb36f (patch)
treedfb450858119f8ad3b0abfa369335ac85f52d749 /hw_html/mcubase.cpp
parentdc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f (diff)
downloada9_free-673855b03c64a39109efc8c49c5bd67913ccb36f.tar.gz
Rename mcureg to mcubase so mcureg inherits from it
Diffstat (limited to 'hw_html/mcubase.cpp')
-rw-r--r--hw_html/mcubase.cpp5
1 files changed, 5 insertions, 0 deletions
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)
+{
+}