#pragma once

#include "Cargoes.hpp"
#include "TransportVessels.hpp"

void generateLogisticsReport(const std::vector<TransportVessel*>& allVessels);