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