summary refs log tree commit diff stats
path: root/tools/util/naming.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util/naming.h')
-rw-r--r--tools/util/naming.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/util/naming.h b/tools/util/naming.h new file mode 100644 index 0000000..7d61309 --- /dev/null +++ b/tools/util/naming.h
@@ -0,0 +1,8 @@
1#ifndef TOOLS_UTIL_NAMING_H_
2#define TOOLS_UTIL_NAMING_H_
3
4#include <string>
5
6std::string GetLetterName(std::string key, bool double_);
7
8#endif /* TOOLS_UTIL_NAMING_H_ */