ソースを参照

Merge pull request #11385 from charjr/remove-include-guard

Remove erroneous include guard
Max Hilbrunner 1 ヶ月 前
コミット
43776971a2
1 ファイル変更0 行追加2 行削除
  1. 0 2
      tutorials/scripting/gdextension/gdextension_c_example.rst

+ 0 - 2
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