From 9d841b5336e2ed65634935aa69b6432bf36cbe1f Mon Sep 17 00:00:00 2001 From: poke1024 Date: Tue, 29 Aug 2017 18:22:06 +0200 Subject: Implements OS_OSX::get_system_dir() --- platform/osx/os_osx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/osx/os_osx.h') diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 5bfed1ee50..ebaebd84ce 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -160,6 +160,8 @@ public: virtual MainLoop *get_main_loop() const; + virtual String get_system_dir(SystemDir p_dir) const; + virtual bool can_draw() const; virtual void set_clipboard(const String &p_text); -- cgit v1.2.3