From ae58a8d1f55336855a389a6bd9c804de20bda921 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 25 Sep 2020 03:41:33 +0200 Subject: Work on bit/mcureg/mcubase --- hw_html/html.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hw_html/html.cpp') diff --git a/hw_html/html.cpp b/hw_html/html.cpp index dee58ce..9f2b3f4 100644 --- a/hw_html/html.cpp +++ b/hw_html/html.cpp @@ -1,4 +1,5 @@ -#include "html.hpp" +#include +#include #include #include #include @@ -41,3 +42,8 @@ html::error html::open(const char *const path) return html::OK; } + +html::error html::add(const mcubase ®) +{ + return html::OK; +} -- cgit v1.2.3