From 441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 20 Jan 2022 05:18:00 +0000
Subject: [PATCH] Added names and ready notice

---
 strat.hpp |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/strat.hpp b/strat.hpp
index 836984b..3b37313 100644
--- a/strat.hpp
+++ b/strat.hpp
@@ -1,9 +1,8 @@
 #pragma once
 
-#include "book.hpp"
-#include <string>
-#include <unordered_map>
-
 namespace strat
 {
-}
+void initialise();
+void destroy();
+void mainLoop();
+} // namespace strat

--
Gitblit v1.9.3