mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-21 21:25:43 +00:00
6 lines
99 B
C++
6 lines
99 B
C++
#pragma once
|
|
|
|
namespace json
|
|
{
|
|
std::string gsc_to_string(const scripting::script_value& _value);
|
|
} |