TexConv/json_tools.h

7 lines
188 B
C
Raw Normal View History

2019-11-26 17:27:48 +08:00
#pragma once
#include<json/json.h>
#include<hgl/type/DataType.h>
bool LoadJson(Json::Value &root,const os_char *filename);
bool SaveJson(const Json::Value &root,const os_char *filename);