diff options
| author | Juan Linietsky | 2015-12-08 17:48:03 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-08 17:48:03 -0300 |
| commit | c650d4e19c1f1fffc2f798db3d18a1ad1a58ab8b (patch) | |
| tree | 4b9280503112055e2431344547001db59702e69c /drivers/unix/os_unix.h | |
| parent | 09ff4571859b012b64876883e186bb7dfaca0c8c (diff) | |
| parent | e176bb6a7c736e8f2fe7fb96f2a4ecbb296dced0 (diff) | |
| download | godot-c650d4e19c1f1fffc2f798db3d18a1ad1a58ab8b.tar.gz godot-c650d4e19c1f1fffc2f798db3d18a1ad1a58ab8b.tar.zst godot-c650d4e19c1f1fffc2f798db3d18a1ad1a58ab8b.zip | |
Merge branch 'master' of https://github.com/godotengine/godot
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 2ee610216..9ac18c905 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -64,6 +64,8 @@ protected: String stdin_buf; + String get_global_settings_path() const; + public: @@ -111,6 +113,7 @@ public: virtual void debug_break(); + virtual String get_installed_templates_path() const; virtual String get_executable_path() const; virtual String get_data_dir() const; |
