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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mono/editor/godotsharp_builds.h b/modules/mono/editor/godotsharp_builds.h
index 5d2390ecd9..0574fbfe8c 100644
--- a/modules/mono/editor/godotsharp_builds.h
+++ b/modules/mono/editor/godotsharp_builds.h
@@ -93,7 +93,9 @@ public:
static bool make_api_sln(APIType p_api_type);
- static bool build_project_blocking();
+ static bool build_project_blocking(const String &p_config);
+
+ static bool editor_build_callback();
GodotSharpBuilds();
~GodotSharpBuilds();