mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 14:32:59 +00:00
dialog::add_action_confirmed
This commit is contained in:
@@ -1259,6 +1259,10 @@ EX namespace dialog {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EX void add_action_confirmed(const reaction_t& act) {
|
||||||
|
dialog::add_action(dialog::add_confirmation(act));
|
||||||
|
}
|
||||||
|
|
||||||
#if HDR
|
#if HDR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user