Define custom Cardinal API for async dialogs
Closes #51 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b6ac2766dc
commit
ce64476fa4
6 changed files with 242 additions and 8 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue