diff options
Diffstat (limited to 'include/core/Wrapped.hpp')
-rw-r--r-- | include/core/Wrapped.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/Wrapped.hpp b/include/core/Wrapped.hpp index a26b448..6610bff 100644 --- a/include/core/Wrapped.hpp +++ b/include/core/Wrapped.hpp @@ -5,6 +5,7 @@ namespace godot { +// This is an internal base class used by the bindings. You should not need to access its members. class _Wrapped { public: godot_object *_owner; |