1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

more cleanup with uniformizing the keys for 'back' and 'help'

This commit is contained in:
Zeno Rogue
2018-06-13 00:00:01 +02:00
parent 44affc3e9d
commit 3881a7dd97
18 changed files with 69 additions and 58 deletions

View File

@@ -1488,6 +1488,9 @@ namespace dialog {
void vpush(int i, const char *name);
extern vector<pair<string, int> > v;
void addHelp();
void addBack();
}
void checkStunKill(cell *dest);