You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Move alert function from DisplayServer to OS.
This commit is contained in:
@@ -90,6 +90,8 @@ public:
|
||||
|
||||
virtual String get_unique_id() const override;
|
||||
|
||||
virtual void alert(const String &p_alert, const String &p_title = "ALERT!") override;
|
||||
|
||||
virtual bool _check_internal_feature_support(const String &p_feature) override;
|
||||
|
||||
void run();
|
||||
|
||||
Reference in New Issue
Block a user