summaryrefslogtreecommitdiffstats
path: root/modules/mono/godotsharp_dirs.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-05 16:24:21 +0200
committerGitHub <noreply@github.com>2018-10-05 16:24:21 +0200
commitaa85b7ed62b09f4663fe4c88fdecd82db59a9d0f (patch)
tree264dd6d647c3e5bb94c9083e73f46307d101bb19 /modules/mono/godotsharp_dirs.h
parent3bcab46ea513aea363951ec7301e80e262408970 (diff)
parentd7ece43b74cb809b3a97d370bf1773e7547b1ec7 (diff)
downloadredot-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.h11
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