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

web:: offer_download and offer_choose_file

This commit is contained in:
Zeno Rogue
2020-09-21 12:00:52 +02:00
parent abde8f049c
commit d87287c155
2 changed files with 44 additions and 0 deletions

View File

@@ -496,6 +496,8 @@ static const int NOHINT = -1;
typedef function<void()> reaction_t;
typedef function<bool()> bool_reaction_t;
void offer_choose_file(reaction_t r);
#define HELPFUN(x) (help_delegate = x, "HELPFUN")
typedef function<int(struct cell*)> cellfunction;