Merge pull request #1574 from dsnopek/unicode-class-names

Allow unicode class names
This commit is contained in:
David Snopek
2024-10-29 13:09:45 -05:00
committed by GitHub
7 changed files with 34 additions and 7 deletions

View File

@@ -275,4 +275,14 @@ public:
~ExampleRuntime();
};
class ExamplePrzykład : public RefCounted {
GDCLASS(ExamplePrzykład, RefCounted);
protected:
static void _bind_methods();
public:
String get_the_word() const;
};
#endif // EXAMPLE_CLASS_H