#pragma once #include #include namespace aux { int getColorByName(std::string color); }