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:
parent
de69273229
commit
927928167b
5 changed files with 65 additions and 33 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue