From 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 11:51:20 -0400 Subject: Added support for masteries Also assigned IDs for the_butterfly, as well as already configured letters. --- tools/util/naming.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/util/naming.h (limited to 'tools/util/naming.h') 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 @@ +#ifndef TOOLS_UTIL_NAMING_H_ +#define TOOLS_UTIL_NAMING_H_ + +#include + +std::string GetLetterName(std::string key, bool double_); + +#endif /* TOOLS_UTIL_NAMING_H_ */ -- cgit 1.4.1