Files
iw5-gsc-utils/src/component/json.hpp
Federico Cecchetto dbc0a928b9 Add jsonPrint function
2021-06-20 00:36:07 +02:00

6 lines
99 B
C++

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