pgLab/pglablib/ParamListJson.h

10 lines
185 B
C
Raw Permalink Normal View History

#ifndef PARAMLISTJSON_H
#define PARAMLISTJSON_H
#include "json/json.h"
2017-12-09 19:39:37 +01:00
#include "ParamListModel.h"
2017-12-09 19:39:37 +01:00
Json::Value ParamListToJson(const t_ParamList &list);
#endif // PARAMLISTJSON_H