9 lines
185 B
C
9 lines
185 B
C
#ifndef PARAMLISTJSON_H
|
|
#define PARAMLISTJSON_H
|
|
|
|
#include "json/json.h"
|
|
#include "ParamListModel.h"
|
|
|
|
Json::Value ParamListToJson(const t_ParamList &list);
|
|
|
|
#endif // PARAMLISTJSON_H
|