Joel Grunbaum
2022-01-13 90107c504e5b7d1bea2c93a43c7d07b640350355
commit | author | age
0594ac 1 #pragma once
JG 2
3 #include "book.hpp"
4 #include <string>
5 #include <unordered_map>
6
7 namespace bom
8 {
ae7d00 9 void initialise();
JG 10 void destroy();
0594ac 11 void updateBom(std::unordered_map<std::string, book::Book>& bs);
ae7d00 12 } // namespace bom