diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-25 03:41:33 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-25 03:41:33 +0200 |
| commit | ae58a8d1f55336855a389a6bd9c804de20bda921 (patch) | |
| tree | d3474d55601bdcc5870fd178221f09081a7b4d41 /hw_html/html.cpp | |
| parent | 403a94c2411f6a1e96b3dcf10f1fa26ca77729ff (diff) | |
| download | a9_free-ae58a8d1f55336855a389a6bd9c804de20bda921.tar.gz | |
Work on bit/mcureg/mcubase
Diffstat (limited to 'hw_html/html.cpp')
| -rw-r--r-- | hw_html/html.cpp | 8 |
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 ®) +{ + return html::OK; +} |
