mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user