NoGUI: Add ConfirmMessage() to platform
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
bool Initialize();
|
||||
|
||||
void ReportError(const std::string_view& title, const std::string_view& message) override;
|
||||
bool ConfirmMessage(const std::string_view& title, const std::string_view& message) override;
|
||||
|
||||
void SetDefaultConfig(SettingsInterface& si) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user