Moved files to core.lib for unit testing
This commit is contained in:
parent
466920bf4e
commit
e9f5fff6d3
6 changed files with 8 additions and 8 deletions
10
core/ParamListJson.h
Normal file
10
core/ParamListJson.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef PARAMLISTJSON_H
|
||||
#define PARAMLISTJSON_H
|
||||
|
||||
#include "json/json.h"
|
||||
|
||||
class ParamListModel;
|
||||
|
||||
Json::Value ParamListModelToJson(const t_ParamList &list);
|
||||
|
||||
#endif // PARAMLISTJSON_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue