#pragma once namespace splash { void init_client(void); void init_server(void); std::string_view get(void); } // namespace splash