Joel Grunbaum
2022-01-20 441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b
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