#pragma once namespace client_command { using callback = std::function; void add(const std::string& name, const callback& cmd); }