#ifndef TOOLS_UTIL_NAMING_H_ #define TOOLS_UTIL_NAMING_H_ #include namespace com::fourisland::lingo2_archipelago { std::string GetLetterName(std::string key, bool level2); } // namespace com::fourisland::lingo2_archipelago #endif /* TOOLS_UTIL_NAMING_H_ */