diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-05 16:24:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-05 16:24:21 +0200 |
| commit | aa85b7ed62b09f4663fe4c88fdecd82db59a9d0f (patch) | |
| tree | 264dd6d647c3e5bb94c9083e73f46307d101bb19 /modules/mono/godotsharp_dirs.h | |
| parent | 3bcab46ea513aea363951ec7301e80e262408970 (diff) | |
| parent | d7ece43b74cb809b3a97d370bf1773e7547b1ec7 (diff) | |
| download | redot-engine-aa85b7ed62b09f4663fe4c88fdecd82db59a9d0f.tar.gz | |
Merge pull request #22688 from neikeq/lotsofgoodies
Mono: Editor and export template dependencies and fixes
Diffstat (limited to 'modules/mono/godotsharp_dirs.h')
| -rw-r--r-- | modules/mono/godotsharp_dirs.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/modules/mono/godotsharp_dirs.h b/modules/mono/godotsharp_dirs.h index 3466cb271d..35b564be30 100644 --- a/modules/mono/godotsharp_dirs.h +++ b/modules/mono/godotsharp_dirs.h @@ -49,11 +49,18 @@ String get_mono_logs_dir(); #ifdef TOOLS_ENABLED String get_mono_solutions_dir(); String get_build_logs_dir(); -String get_custom_project_settings_dir(); -#endif String get_project_sln_path(); String get_project_csproj_path(); + +String get_data_mono_bin_dir(); +String get_data_editor_tools_dir(); +String get_data_editor_prebuilt_api_dir(); +#endif + +String get_data_mono_etc_dir(); +String get_data_mono_lib_dir(); + } // namespace GodotSharpDirs #endif // GODOTSHARP_DIRS_H |
