Joel Grunbaum
2022-01-12 353657fa069326a4036f2c9872e420c85f44b4e9
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 {
9 void updateBom(std::unordered_map<std::string, book::Book>& bs);
10 }