Define custom Cardinal API for async dialogs

Closes #51

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-11 21:53:50 +00:00
parent b6ac2766dc
commit ce64476fa4
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 242 additions and 8 deletions

View file

@ -24,5 +24,6 @@ namespace asyncDialog
void create(const char* message);
void create(const char* message, std::function<void()> action);
void textInput(const char* message, const char* text, std::function<void(char* newText)> action);
}