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);
}