1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-04 13:27:14 +00:00

Move key config strings into stringbank.txt

This commit is contained in:
fgenesis 2012-07-14 16:54:28 +02:00
commit 927928167b
5 changed files with 65 additions and 33 deletions

View file

@ -138,6 +138,8 @@ std::string getInputCodeToString(int key)
return "";
}
// FIXME: Move stringbank to BBGE and move these strings into it. -- fg
std::string getInputCodeToUserString(int key)
{
for (InputCodeMap::iterator i = inputCodeMap.begin(); i != inputCodeMap.end(); i++)