#pragma once #include #include namespace misc { int getColorByName(std::string color); std::string floatToString(float value, int decimals=2); }