WIP: Credits & Language Screen Rewrite.

This commit is contained in:
StackZ
2020-04-09 04:06:02 +02:00
parent 6bab9b0e32
commit 994f62799c
7 changed files with 213 additions and 106 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
namespace Lang {
std::string get(const std::string &key);
void load(int lang);
void load(const std::string lang);
}
#endif