From 5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 13 Apr 2020 16:16:06 +0200 Subject: webbox (WIP) --- plugins/webbox/webbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/webbox/webbox.h') diff --git a/plugins/webbox/webbox.h b/plugins/webbox/webbox.h index e2644f3..dd2fb93 100644 --- a/plugins/webbox/webbox.h +++ b/plugins/webbox/webbox.h @@ -6,11 +6,15 @@ #include #include +class Command; + class webbox_plugin: public webserver_plugin_interface { private: std::unordered_map> m_commands; + void registerCommand(std::shared_ptr); + public: webbox_plugin(); ~webbox_plugin(); -- cgit v1.2.3