Implement file->export, show error message on failure

This commit is contained in:
falkTX 2021-11-12 15:53:23 +00:00
parent 372f30b3e9
commit fb9909e421
6 changed files with 190 additions and 110 deletions

View file

@ -22,6 +22,7 @@
namespace asyncDialog
{
void create(const char* message);
void create(const char* message, std::function<void()> action);
}