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