You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Parse C# script namespace and class
- Added a very simple parser that can extract the namespace and class name of a C# script.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user