#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_ */ l'/>
summary refs log tree commit diff stats
blob: acc619109eb0a83da6ec1181c6ac12888e604b5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25