diff options
Diffstat (limited to 'tools/util/naming.h')
| -rw-r--r-- | tools/util/naming.h | 6 |
1 files changed, 5 insertions, 1 deletions
| diff --git a/tools/util/naming.h b/tools/util/naming.h index 7d61309..85e2db0 100644 --- a/tools/util/naming.h +++ b/tools/util/naming.h | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | #include <string> | 4 | #include <string> |
| 5 | 5 | ||
| 6 | std::string GetLetterName(std::string key, bool double_); | 6 | namespace com::fourisland::lingo2_archipelago { |
| 7 | |||
| 8 | std::string GetLetterName(std::string key, bool level2); | ||
| 9 | |||
| 10 | } // namespace com::fourisland::lingo2_archipelago | ||
| 7 | 11 | ||
| 8 | #endif /* TOOLS_UTIL_NAMING_H_ */ | 12 | #endif /* TOOLS_UTIL_NAMING_H_ */ |
