#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_ */ ing.h?h=v7.1.0' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: 85e2db0c77fcd1569abfad9855f6ad1419b292df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12