You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add and require GDSOFTCLASS for Object subclasses that want to cast but do not use GDCLASS.
This commit is contained in:
@@ -41,6 +41,8 @@ class GDScriptAnalyzer;
|
||||
class GDScriptParser;
|
||||
|
||||
class GDScriptParserRef : public RefCounted {
|
||||
GDSOFTCLASS(GDScriptParserRef, RefCounted);
|
||||
|
||||
public:
|
||||
enum Status {
|
||||
EMPTY,
|
||||
|
||||
Reference in New Issue
Block a user