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.
2 parents cfa201d + 8f4277b commit 4377697Copy full SHA for 4377697
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