Joel Grunbaum
2022-01-19 9ae8b92ba549ab916c88e9004a95c1ed0cd16059
bom.hpp
@@ -6,5 +6,7 @@
namespace bom
{
void initialise();
void destroy();
void updateBom(std::unordered_map<std::string, book::Book>& bs);
}
} // namespace bom