#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_ */ ation/atom+xml'/>
summary refs log blame commit diff stats
blob: 85838e69461920ef36e1ebaaa82b747d2c0401c6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10