Joel Grunbaum
2022-01-12 ae7d00edf2f02912ec9c04919ea7535c93d2d1e0
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