#pragma once namespace game { std::string get_dvar_string(const char* dvar_name); int get_dvar_int(const char* dvar_name); }