squash merge efficient-puzzle into main

This commit is contained in:
2026-03-02 05:26:57 +01:00
parent 846ff72d1f
commit 2ef2a29601
16 changed files with 1915 additions and 859 deletions

View File

@ -19,7 +19,7 @@ struct show_yes_no_message
{
std::string title;
std::string message;
std::function<void(void)> on_yes;
std::function<void()> on_yes;
};
struct show_save_preset_window