载入中...
搜索中...
未找到
JsonExport.cpp 文件参考
#include "procgen/JsonExport.h"
#include "procgen/Semantic.h"
#include <fstream>
#include <sstream>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::procgen
 

函数

std::string eve::procgen::gridToJson (const Grid2D &grid)
 Compact JSON for debugging / reload workflows (not full Tiled).
 
bool eve::procgen::writeGridJson (const Grid2D &grid, const std::string &path, std::string *error)