diff options
Diffstat (limited to 'src/dialogues/LegacyDialogues.h')
| -rw-r--r-- | src/dialogues/LegacyDialogues.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/dialogues/LegacyDialogues.h b/src/dialogues/LegacyDialogues.h deleted file mode 100644 index 7f6097d..0000000 --- a/src/dialogues/LegacyDialogues.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -//Legacy blocking prompts -//This are not implemented here, but rather in the engine bootstrapper -bool ConfirmUI(std::string title, std::string message, std::string confirmText) {} - -void ErrorUI(std::string title, std::string message) {} - -void InformationUI(std::string title, std::string message) {} - -std::string MessagePromptUI(std::string title, std::string message, std::string text, std::string placeholder) {}
\ No newline at end of file |
