1 2 3 4 5 6 7 8
#ifndef TOOLS_UTIL_NAMING_H_ #define TOOLS_UTIL_NAMING_H_ #include <string> std::string GetLetterName(std::string key, bool level2); #endif /* TOOLS_UTIL_NAMING_H_ */