From 1aac95a7375e58bacade69ed12f9dade484a03a8 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Mon, 22 Oct 2018 19:43:19 +0200 Subject: Parse C# script namespace and class - Added a very simple parser that can extract the namespace and class name of a C# script. --- modules/mono/utils/string_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mono/utils/string_utils.h') diff --git a/modules/mono/utils/string_utils.h b/modules/mono/utils/string_utils.h index f2df2340ae..ee803bd720 100644 --- a/modules/mono/utils/string_utils.h +++ b/modules/mono/utils/string_utils.h @@ -42,4 +42,6 @@ bool is_csharp_keyword(const String &p_name); String escape_csharp_keyword(const String &p_name); #endif +Error read_all_file_utf8(const String &p_path, String &r_content); + #endif // STRING_FORMAT_H -- cgit v1.2.3