#ifndef WEBFUSE_WS_CONFIG_HPP #define WEBFUSE_WS_CONFIG_HPP #include namespace webfuse { class ws_config { public: ws_config(); uint16_t port; }; } #endif