7 #include <nlohmann/json.hpp> 24 nlohmann::json database;
25 std::unique_ptr<Random> random;
26 bool tip_already_given =
false;
29 std::string output_buffer;
33 void load(
const std::vector<std::string>&);
34 std::string operator[](std::string_view key);
35 void pick(
const std::string&);
Cell list class templates.
Definition: actions.cpp:11
Class for showing help based on input errors.
Definition: usagetip.h:21