h1-mod/src/client/component/json.hpp

7 lines
100 B
C++

#pragma once
namespace json
{
std::string gsc_to_string(const scripting::script_value& _value);
}