diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2018-10-22 19:43:19 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2018-10-25 18:00:24 +0200 |
| commit | 1aac95a7375e58bacade69ed12f9dade484a03a8 (patch) | |
| tree | 740e21d53c5a65e1e405f3f71b89ba05a7cf4fae /modules/mono/utils/string_utils.h | |
| parent | c6e2873605c33230210af2738f59b869ffe2141c (diff) | |
| download | redot-engine-1aac95a7375e58bacade69ed12f9dade484a03a8.tar.gz | |
Parse C# script namespace and class
- Added a very simple parser that can extract the namespace and class name of a C# script.
Diffstat (limited to 'modules/mono/utils/string_utils.h')
| -rw-r--r-- | modules/mono/utils/string_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
