diff options
Diffstat (limited to 'tools/util/naming.h')
-rw-r--r-- | tools/util/naming.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/util/naming.h b/tools/util/naming.h index 9a68851..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 | namespace com::fourisland::lingo2_archipelago { | ||
7 | |||
6 | std::string GetLetterName(std::string key, bool level2); | 8 | std::string GetLetterName(std::string key, bool level2); |
7 | 9 | ||
10 | } // namespace com::fourisland::lingo2_archipelago | ||
11 | |||
8 | #endif /* TOOLS_UTIL_NAMING_H_ */ | 12 | #endif /* TOOLS_UTIL_NAMING_H_ */ |