mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-06 06:10:06 +03:00
Merge pull request #1574 from dsnopek/unicode-class-names
Allow unicode class names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user