diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-07-05 10:29:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 10:29:19 +0200 |
commit | 6e9cb44004b8bd30a5834d06671ccd1c62508bfe (patch) | |
tree | e3086f5a8a133dc0630e6f5e4b7065e174977df3 /modules/mono/godotsharp_dirs.h | |
parent | a149e412f75e9eef87e8ff54e21402f90161f65b (diff) | |
parent | 0639946c72ba6632bc3b0953d64f644af328e5e6 (diff) |
Merge pull request #30282 from neikeq/editor_in_cs_equals_win
Re-write mono module editor code in C#
Diffstat (limited to 'modules/mono/godotsharp_dirs.h')
-rw-r--r-- | modules/mono/godotsharp_dirs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/godotsharp_dirs.h b/modules/mono/godotsharp_dirs.h index 556df959e2..ff51888d1c 100644 --- a/modules/mono/godotsharp_dirs.h +++ b/modules/mono/godotsharp_dirs.h @@ -37,6 +37,7 @@ namespace GodotSharpDirs { String get_res_data_dir(); String get_res_metadata_dir(); +String get_res_assemblies_base_dir(); String get_res_assemblies_dir(); String get_res_config_dir(); String get_res_temp_dir(); |