diff options
author | Keyaku <antonio.luis.sarmento@gmail.com> | 2016-06-22 16:58:31 +0100 |
---|---|---|
committer | Keyaku <antonio.luis.sarmento@gmail.com> | 2016-06-22 16:58:31 +0100 |
commit | 072da51f20870ec2949ed306be46501905b93a75 (patch) | |
tree | 61f7e33a510f6e3afc42e0697e5312dd58e4472f /platform/osx/os_osx.h | |
parent | 842e7bfc2f81cda73fd9f16a1ade323a1a5d0292 (diff) |
Added alert() functionality for OS X
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 8d64686335..e1c33cb018 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -142,6 +142,8 @@ public: virtual String get_name(); + virtual void alert(const String& p_alert, const String& p_title="ALERT!"); + virtual void set_cursor_shape(CursorShape p_shape); virtual void set_mouse_show(bool p_show); |