mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
added dialog::extra_options, and extra options in number dialogs now use this feature
This commit is contained in:
3
hyper.h
3
hyper.h
@@ -1514,13 +1514,14 @@ namespace dialog {
|
||||
|
||||
extern vector<item> items;
|
||||
|
||||
extern reaction_t reaction;
|
||||
extern reaction_t reaction, extra_options;
|
||||
|
||||
item& lastItem();
|
||||
extern unsigned int *palette;
|
||||
|
||||
string keyname(int k);
|
||||
|
||||
string disp(ld x);
|
||||
void addSelItem(string body, string value, int key);
|
||||
void addBoolItem(string body, bool value, int key);
|
||||
void addBigItem(string body, int key);
|
||||
|
Reference in New Issue
Block a user