diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-10-12 22:52:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 22:52:59 +0200 |
| commit | f2248969db7e5cb8463f323160bed8d00aae7629 (patch) | |
| tree | 9baeaa0000cc4adfa5a496de093ab5aee88af702 /modules/mono/godotsharp_dirs.h | |
| parent | ea47e03b360d0aeee10c1f7ef798f5750c2b1aa8 (diff) | |
| parent | 6daf4c659303c148c2c84d5cc04214eee0ee3654 (diff) | |
| download | redot-engine-f2248969db7e5cb8463f323160bed8d00aae7629.tar.gz | |
Merge pull request #66952 from bruvzg/macos_net_export
Fix macOS .NET export.
Diffstat (limited to 'modules/mono/godotsharp_dirs.h')
| -rw-r--r-- | modules/mono/godotsharp_dirs.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/mono/godotsharp_dirs.h b/modules/mono/godotsharp_dirs.h index 03e62ffd82..cdfb8e4787 100644 --- a/modules/mono/godotsharp_dirs.h +++ b/modules/mono/godotsharp_dirs.h @@ -35,34 +35,18 @@ namespace GodotSharpDirs { -String get_res_data_dir(); String get_res_metadata_dir(); -String get_res_config_dir(); -String get_res_temp_dir(); -String get_res_temp_assemblies_base_dir(); String get_res_temp_assemblies_dir(); String get_api_assemblies_dir(); -String get_api_assemblies_base_dir(); String get_mono_user_dir(); -String get_mono_logs_dir(); #ifdef TOOLS_ENABLED -String get_mono_solutions_dir(); String get_build_logs_dir(); - String get_data_editor_tools_dir(); -#else -String get_data_game_assemblies_dir(); #endif -String get_data_mono_etc_dir(); -String get_data_mono_lib_dir(); - -#ifdef WINDOWS_ENABLED -String get_data_mono_bin_dir(); -#endif } // namespace GodotSharpDirs #endif // GODOTSHARP_DIRS_H |
