about summary refs log tree commit diff stats
path: root/tools/util/naming.h
blob: 9a68851713eba761bb20f472b9a449da22342839 (plain) (blame)
1
2
3
4
5
6
7
8
ref='#n10'>10
11
12
#ifndef TOOLS_UTIL_NAMING_H_
#define TOOLS_UTIL_NAMING_H_

#include <string>

namespace com::fourisland::lingo2_archipelago {

std::string GetLetterName(std::string key, bool level2);

}  // namespace com::fourisland::lingo2_archipelago

#endif /* TOOLS_UTIL_NAMING_H_ */