From 128c6d51ec8c70e230dc86b100cb887ba3f0378d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 20 Jan 2022 07:00:50 +0000 Subject: [PATCH] Secrets to macros and c string concat at compile time --- strat.hpp | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/strat.hpp b/strat.hpp index 893edce..3b37313 100644 --- a/strat.hpp +++ b/strat.hpp @@ -1,8 +1,8 @@ #pragma once -#include "book.hpp" -#include <unordered_map> -#include <string> - -namespace strat { -} +namespace strat +{ +void initialise(); +void destroy(); +void mainLoop(); +} // namespace strat -- Gitblit v1.9.3