Files
Theatrical-Players-Refactor…/cpp/statement.h
2019-08-13 09:44:16 +01:00

8 lines
136 B
C++

// TODO Include Guard
#include "json.hpp"
std::string statement(
const nlohmann::json& invoice,
const nlohmann::json& plays);