blob: 7d61309145f5387e907c00203f3a2c64b941ce0b (
plain) (
blame)
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 double_);
#endif /* TOOLS_UTIL_NAMING_H_ */
|