#pragma once #include "Global.h" namespace HttpServer { void initWS(); void init(); } // namespace HttpServer