summaryrefslogtreecommitdiff
path: root/modules/mono/editor/csharp_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/editor/csharp_project.h')
-rw-r--r--modules/mono/editor/csharp_project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mono/editor/csharp_project.h b/modules/mono/editor/csharp_project.h
index d852139de0..aeeeff50f0 100644
--- a/modules/mono/editor/csharp_project.h
+++ b/modules/mono/editor/csharp_project.h
@@ -40,6 +40,9 @@ String generate_editor_api_project(const String &p_dir, const String &p_core_dll
String generate_game_project(const String &p_dir, const String &p_name, const Vector<String> &p_files = Vector<String>());
void add_item(const String &p_project_path, const String &p_item_type, const String &p_include);
+
+Error generate_scripts_metadata(const String &p_project_path, const String &p_output_path);
+
} // namespace CSharpProject
#endif // CSHARP_PROJECT_H