Don't show those notes with the json stuff and get rid of pase.cpp/.hpp Part 2/3.

This commit is contained in:
VoltZ
2019-11-03 21:14:04 +01:00
committed by GitHub
parent fcf6fbd2d3
commit b2e6e48ea4
-7
View File
@@ -1,7 +0,0 @@
#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