Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tutorials/scripting/gdextension/gdextension_c_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,6 @@ in the appropriately named ``defs.h`` file:
uint8_t data[STRING_NAME_SIZE];
} StringName;

#endif // DEFS_H

As mentioned in the comment, the sizes can be found in the
``extension_api.json`` file that we generated earlier, under the
``builtin_class_sizes`` property. The ``BUILD_32`` is never defined, as we
Expand Down