Next work.

This commit is contained in:
VoltZ
2019-11-01 02:20:47 +01:00
committed by GitHub
parent c548cca57a
commit deaab6b9ed
17 changed files with 470 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef PARSE_HPP
#define PARSE_HPP
void parse(std::string fileName);
std::string get(nlohmann::json json, const std::string &key, const std::string &key2);
#endif