Merge pull request #104844 from Ivorforce/gdsoftclass
Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`.
This commit is contained in:
commit
abd565eb19
16 changed files with 98 additions and 69 deletions
|
|
@ -41,6 +41,8 @@ class GDScriptAnalyzer;
|
|||
class GDScriptParser;
|
||||
|
||||
class GDScriptParserRef : public RefCounted {
|
||||
GDSOFTCLASS(GDScriptParserRef, RefCounted);
|
||||
|
||||
public:
|
||||
enum Status {
|
||||
EMPTY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue