diff options
| author | est31 | 2015-11-30 02:35:59 +0100 |
|---|---|---|
| committer | est31 | 2015-11-30 02:35:59 +0100 |
| commit | e1d02e4831fdec372771956aa2ac70954ab3fe7b (patch) | |
| tree | a95d60ae6481cd96a53af896710e43429187353a /drivers/unix/os_unix.h | |
| parent | 15f6d3cebf9e8c9288132454816f1152e16dde36 (diff) | |
| download | godot-e1d02e4831fdec372771956aa2ac70954ab3fe7b.tar.gz godot-e1d02e4831fdec372771956aa2ac70954ab3fe7b.tar.zst godot-e1d02e4831fdec372771956aa2ac70954ab3fe7b.zip | |
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; |
