#pragma once #include #include #include "../Symbol.h" namespace mapfileparser { std::string HighLevelBreakdown(const std::vector& symbols); }