Joel Grunbaum
2022-01-20 128c6d51ec8c70e230dc86b100cb887ba3f0378d
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