f3c15f2cda
* Json11 => NlohmannJson * Fix release build * Updated gitmodulie * Address review * Update .gitmodules Co-authored-by: rackover <roxanne@thegamebakers.com> Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
7 lines
97 B
C++
7 lines
97 B
C++
#pragma once
|
|
|
|
namespace Utils::Json
|
|
{
|
|
std::string TypeToString(nlohmann::json::value_t type);
|
|
}
|