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