Joel Grunbaum
2022-01-19 0bef191acd5a77544852e6a3daae2df05bd34a31
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