From 8f4277b9f21a4c333b184742e990f3fa3dc883f0 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 18 Oct 2025 20:51:18 +0100 Subject: [PATCH] Remove erroneous include guard The tail end of an include guard is provided within the defs.h code blocks, however #pragma once is used at the top instead. --- tutorials/scripting/gdextension/gdextension_c_example.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/scripting/gdextension/gdextension_c_example.rst b/tutorials/scripting/gdextension/gdextension_c_example.rst index 452c0a75579..4b78203cc5b 100644 --- a/tutorials/scripting/gdextension/gdextension_c_example.rst +++ b/tutorials/scripting/gdextension/gdextension_c_example.rst @@ -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