7 lines
100 B
C++
7 lines
100 B
C++
#pragma once
|
|
|
|
namespace json
|
|
{
|
|
std::string gsc_to_string(const scripting::script_value& _value);
|
|
}
|