iw4x-client/src/Utils/Json.hpp

7 lines
92 B
C++
Raw Normal View History

2022-06-12 17:07:53 -04:00
#pragma once
namespace Utils::Json
{
std::string TypeToString(json11::Json::Type type);
}