aboutsummaryrefslogtreecommitdiff
path: root/hw_html/html.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hw_html/html.cpp')
-rw-r--r--hw_html/html.cpp8
1 files changed, 7 insertions, 1 deletions
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 <html.hpp>
+#include <mcubase.hpp>
#include <ctml.hpp>
#include <stdio.h>
#include <string.h>
@@ -41,3 +42,8 @@ html::error html::open(const char *const path)
return html::OK;
}
+
+html::error html::add(const mcubase &reg)
+{
+ return html::OK;
+}