mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add GDSOFTCLASS to deeper inheritors of Object
This commit is contained in:
parent
1ce3101fbc
commit
e366471fdc
51 changed files with 154 additions and 18 deletions
|
|
@ -43,6 +43,8 @@
|
|||
class TLSContextMbedTLS;
|
||||
|
||||
class CookieContextMbedTLS : public RefCounted {
|
||||
GDSOFTCLASS(CookieContextMbedTLS, RefCounted);
|
||||
|
||||
friend class TLSContextMbedTLS;
|
||||
|
||||
protected:
|
||||
|
|
@ -60,6 +62,8 @@ public:
|
|||
};
|
||||
|
||||
class TLSContextMbedTLS : public RefCounted {
|
||||
GDSOFTCLASS(TLSContextMbedTLS, RefCounted);
|
||||
|
||||
protected:
|
||||
bool inited = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue