From 4732dc63657f4c6fc342f7674f7dc7c666b293dc Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Apr 2020 22:20:33 +0200 Subject: webbox (WIP) --- plugins/webbox/webbox.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/webbox/webbox.h') diff --git a/plugins/webbox/webbox.h b/plugins/webbox/webbox.h index d6d26c1..e2644f3 100644 --- a/plugins/webbox/webbox.h +++ b/plugins/webbox/webbox.h @@ -2,8 +2,15 @@ #include "../../plugin_interface.h" +#include +#include +#include + class webbox_plugin: public webserver_plugin_interface { +private: + std::unordered_map> m_commands; + public: webbox_plugin(); ~webbox_plugin(); -- cgit v1.2.3