summaryrefslogtreecommitdiff
path: root/modules/mono/editor/godotsharp_builds.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/editor/godotsharp_builds.h')
-rw-r--r--modules/mono/editor/godotsharp_builds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mono/editor/godotsharp_builds.h b/modules/mono/editor/godotsharp_builds.h
index 2d53583916..652d30538a 100644
--- a/modules/mono/editor/godotsharp_builds.h
+++ b/modules/mono/editor/godotsharp_builds.h
@@ -76,6 +76,9 @@ public:
static void show_build_error_dialog(const String &p_message);
+ static const char *get_msbuild_issues_filename() { return "msbuild_issues.csv"; }
+ static const char *get_msbuild_log_filename() { return "msbuild_log.txt"; }
+
void build_exit_callback(const MonoBuildInfo &p_build_info, int p_exit_code);
void restart_build(MonoBuildTab *p_build_tab);