We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d463e commit 8f4277bCopy full SHA for 8f4277b
tutorials/scripting/gdextension/gdextension_c_example.rst
@@ -500,8 +500,6 @@ in the appropriately named ``defs.h`` file:
500
uint8_t data[STRING_NAME_SIZE];
501
} StringName;
502
503
- #endif // DEFS_H
504
-
505
As mentioned in the comment, the sizes can be found in the
506
``extension_api.json`` file that we generated earlier, under the
507
``builtin_class_sizes`` property. The ``BUILD_32`` is never defined, as we
0 commit comments