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