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
commit b2e6e48ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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