mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Move alert function from DisplayServer to OS.
This commit is contained in:
parent
5de991d57c
commit
618eb27e8b
36 changed files with 377 additions and 350 deletions
|
|
@ -89,6 +89,9 @@ public:
|
|||
String get_user_data_dir() const override;
|
||||
|
||||
bool is_userfs_persistent() const override;
|
||||
|
||||
void alert(const String &p_alert, const String &p_title = "ALERT!") override;
|
||||
|
||||
Error open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path) override;
|
||||
|
||||
void resume_audio();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue