diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-25 01:03:27 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-25 01:03:27 +0200 |
| commit | 673855b03c64a39109efc8c49c5bd67913ccb36f (patch) | |
| tree | dfb450858119f8ad3b0abfa369335ac85f52d749 /hw_html/mcubase.cpp | |
| parent | dc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f (diff) | |
| download | a9_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.cpp | 5 |
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) +{ +} |
