aboutsummaryrefslogtreecommitdiff
path: root/platform/osx/os_osx.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-01-08 15:12:50 +0100
committerGitHub2018-01-08 15:12:50 +0100
commit51709cd8c8791142b5a1e957902a5e9aed8cc7bb (patch)
tree562efa2b80c557752d7da9cbde04d053faf63429 /platform/osx/os_osx.h
parent0edca99361b82ab60d10be260439b9789362cdda (diff)
parentcce6adfc5109eef17cda4d43214095253cf31744 (diff)
downloadgodot-51709cd8c8791142b5a1e957902a5e9aed8cc7bb.tar.gz
godot-51709cd8c8791142b5a1e957902a5e9aed8cc7bb.tar.zst
godot-51709cd8c8791142b5a1e957902a5e9aed8cc7bb.zip
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r--platform/osx/os_osx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h
index 9423b6e1d..3648d4160 100644
--- a/platform/osx/os_osx.h
+++ b/platform/osx/os_osx.h
@@ -139,6 +139,8 @@ public:
virtual void alert(const String &p_alert, const String &p_title = "ALERT!");
+ virtual Error open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path = false);
+
virtual void set_cursor_shape(CursorShape p_shape);
virtual void set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot);