1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 03:36:43 +00:00

rogueviz::seuphorica:: cheat feature

This commit is contained in:
Zeno Rogue 2025-03-04 16:06:48 +01:00
parent 9633eec89a
commit aba0612d4b

View File

@ -794,6 +794,8 @@ void seuphorica_menu() {
});
dialog::addItem("quit", 'q');
dialog::add_action([] { quitmainloop = true; });
dialog::addItem("cheat", 'c');
dialog::add_action(cheat);
dialog::addBack();
dialog::display();
}