#pragma once #include namespace renderive::web { int run_web_server(std::uint16_t port); } // namespace renderive::web