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

resolved conflicts introduced by merging zenorogue/hyperrogue#21

This commit is contained in:
Zeno Rogue
2018-06-12 23:28:06 +02:00
19 changed files with 36 additions and 62 deletions

View File

@@ -1446,6 +1446,8 @@ namespace dialog {
item& lastItem();
extern unsigned int *palette;
string keyname(int k);
void addSelItem(string body, string value, int key);
void addBoolItem(string body, bool value, int key);