From b4cf0a2e71ad2c204925b33f9600dc720e25b827 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 09 Jan 2022 23:22:58 +0000 Subject: [PATCH] Initial shift to rapidjson --- strat.hpp | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/strat.hpp b/strat.hpp index 212f323..893edce 100644 --- a/strat.hpp +++ b/strat.hpp @@ -1,9 +1,8 @@ #pragma once #include "book.hpp" -#include "secrets.hpp" +#include <unordered_map> +#include <string> -Book recoverBook() -{ - +namespace strat { } -- Gitblit v1.9.3