From 324512e11c1b7663c3cf47bec6ddbe65c6b8db2b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sat, 1 Feb 2025 10:33:58 -0600 Subject: [PATCH] Style: Replace header guards with `#pragma once` --- core/config/engine.h | 5 +---- core/config/project_settings.h | 5 +---- core/core_bind.h | 5 +---- core/core_constants.h | 5 +---- core/core_globals.h | 5 +---- core/core_string_names.h | 5 +---- core/crypto/aes_context.h | 5 +---- core/crypto/crypto.h | 5 +---- core/crypto/crypto_core.h | 5 +---- core/crypto/hashing_context.h | 5 +---- core/debugger/debugger_marshalls.h | 5 +---- core/debugger/engine_debugger.h | 5 +---- core/debugger/engine_profiler.h | 5 +---- core/debugger/local_debugger.h | 5 +---- core/debugger/remote_debugger.h | 5 +---- core/debugger/remote_debugger_peer.h | 5 +---- core/debugger/script_debugger.h | 5 +---- core/doc_data.h | 5 +---- core/error/error_list.h | 5 +---- core/error/error_macros.h | 5 +---- core/extension/extension_api_dump.h | 5 +---- core/extension/gdextension.h | 5 +---- core/extension/gdextension_interface.h | 5 +---- core/extension/gdextension_library_loader.h | 5 +---- core/extension/gdextension_loader.h | 5 +---- core/extension/gdextension_manager.h | 5 +---- core/extension/gdextension_special_compat_hashes.h | 5 +---- core/input/default_controller_mappings.h | 5 +---- core/input/input.h | 5 +---- core/input/input_enums.h | 5 +---- core/input/input_event.h | 5 +---- core/input/input_map.h | 5 +---- core/input/shortcut.h | 5 +---- core/io/compression.h | 5 +---- core/io/config_file.h | 5 +---- core/io/dir_access.h | 5 +---- core/io/dtls_server.h | 5 +---- core/io/file_access.h | 5 +---- core/io/file_access_compressed.h | 5 +---- core/io/file_access_encrypted.h | 5 +---- core/io/file_access_memory.h | 5 +---- core/io/file_access_pack.h | 5 +---- core/io/file_access_zip.h | 5 +---- core/io/http_client.h | 5 +---- core/io/http_client_tcp.h | 5 +---- core/io/image.h | 5 +---- core/io/image_loader.h | 5 +---- core/io/ip.h | 5 +---- core/io/ip_address.h | 5 +---- core/io/json.h | 5 +---- core/io/logger.h | 5 +---- core/io/marshalls.h | 5 +---- core/io/missing_resource.h | 5 +---- core/io/net_socket.h | 5 +---- core/io/packed_data_container.h | 5 +---- core/io/packet_peer.h | 5 +---- core/io/packet_peer_dtls.h | 5 +---- core/io/packet_peer_udp.h | 5 +---- core/io/pck_packer.h | 5 +---- core/io/plist.h | 5 +---- core/io/remote_filesystem_client.h | 5 +---- core/io/resource.h | 5 +---- core/io/resource_format_binary.h | 5 +---- core/io/resource_importer.h | 5 +---- core/io/resource_loader.h | 5 +---- core/io/resource_saver.h | 5 +---- core/io/resource_uid.h | 5 +---- core/io/stream_peer.h | 5 +---- core/io/stream_peer_gzip.h | 5 +---- core/io/stream_peer_tcp.h | 5 +---- core/io/stream_peer_tls.h | 5 +---- core/io/tcp_server.h | 5 +---- core/io/translation_loader_po.h | 5 +---- core/io/udp_server.h | 5 +---- core/io/xml_parser.h | 5 +---- core/io/zip_io.h | 5 +---- core/math/a_star.h | 5 +---- core/math/a_star_grid_2d.h | 5 +---- core/math/aabb.h | 5 +---- core/math/audio_frame.h | 5 +---- core/math/basis.h | 5 +---- core/math/bvh.h | 5 +---- core/math/bvh_abb.h | 5 +---- core/math/bvh_tree.h | 5 +---- core/math/color.h | 5 +---- core/math/color_names.inc | 2 ++ core/math/convex_hull.h | 5 +---- core/math/delaunay_2d.h | 5 +---- core/math/delaunay_3d.h | 5 +---- core/math/disjoint_set.h | 5 +---- core/math/dynamic_bvh.h | 5 +---- core/math/expression.h | 5 +---- core/math/face3.h | 5 +---- core/math/geometry_2d.h | 5 +---- core/math/geometry_3d.h | 5 +---- core/math/math_defs.h | 5 +---- core/math/math_fieldwise.h | 5 +---- core/math/math_funcs.h | 5 +---- core/math/plane.h | 5 +---- core/math/projection.h | 5 +---- core/math/quaternion.h | 5 +---- core/math/quick_hull.h | 5 +---- core/math/random_number_generator.h | 5 +---- core/math/random_pcg.h | 5 +---- core/math/rect2.h | 5 +---- core/math/rect2i.h | 5 +---- core/math/static_raycaster.h | 5 +---- core/math/transform_2d.h | 5 +---- core/math/transform_3d.h | 5 +---- core/math/transform_interpolator.h | 5 +---- core/math/triangle_mesh.h | 5 +---- core/math/triangulate.h | 5 +---- core/math/vector2.h | 5 +---- core/math/vector2i.h | 5 +---- core/math/vector3.h | 5 +---- core/math/vector3i.h | 5 +---- core/math/vector4.h | 5 +---- core/math/vector4i.h | 5 +---- core/object/callable_method_pointer.h | 5 +---- core/object/class_db.h | 5 +---- core/object/message_queue.h | 5 +---- core/object/method_bind.h | 5 +---- core/object/object.h | 5 +---- core/object/object_id.h | 5 +---- core/object/ref_counted.h | 5 +---- core/object/script_instance.h | 5 +---- core/object/script_language.h | 5 +---- core/object/script_language_extension.h | 5 +---- core/object/undo_redo.h | 5 +---- core/object/worker_thread_pool.h | 5 +---- core/os/condition_variable.h | 5 +---- core/os/keyboard.h | 5 +---- core/os/main_loop.h | 5 +---- core/os/memory.h | 5 +---- core/os/midi_driver.h | 5 +---- core/os/mutex.h | 5 +---- core/os/os.h | 5 +---- core/os/rw_lock.h | 5 +---- core/os/safe_binary_mutex.h | 5 +---- core/os/semaphore.h | 5 +---- core/os/shared_object.h | 5 +---- core/os/spin_lock.h | 5 +---- core/os/thread.h | 7 ++----- core/os/thread_safe.h | 5 +---- core/os/time.h | 5 +---- core/os/time_enums.h | 5 +---- core/register_core_types.h | 5 +---- core/string/char_range.inc | 7 +------ core/string/char_utils.h | 5 +---- core/string/fuzzy_search.h | 5 +---- core/string/locales.h | 5 +---- core/string/node_path.h | 5 +---- core/string/optimized_translation.h | 5 +---- core/string/print_string.h | 5 +---- core/string/string_buffer.h | 5 +---- core/string/string_builder.h | 5 +---- core/string/string_name.h | 5 +---- core/string/translation.h | 5 +---- core/string/translation_domain.h | 5 +---- core/string/translation_po.h | 5 +---- core/string/translation_server.h | 5 +---- core/string/ucaps.h | 5 +---- core/string/ustring.h | 5 +---- core/templates/a_hash_map.h | 5 +---- core/templates/bin_sorted_array.h | 5 +---- core/templates/command_queue_mt.h | 5 +---- core/templates/cowdata.h | 5 +---- core/templates/hash_map.h | 5 +---- core/templates/hash_set.h | 5 +---- core/templates/hashfuncs.h | 5 +---- core/templates/list.h | 5 +---- core/templates/local_vector.h | 5 +---- core/templates/lru.h | 5 +---- core/templates/oa_hash_map.h | 5 +---- core/templates/paged_allocator.h | 5 +---- core/templates/paged_array.h | 5 +---- core/templates/pair.h | 5 +---- core/templates/pass_func.h | 5 +---- core/templates/pooled_list.h | 5 +---- core/templates/rb_map.h | 5 +---- core/templates/rb_set.h | 5 +---- core/templates/rid.h | 5 +---- core/templates/rid_owner.h | 5 +---- core/templates/ring_buffer.h | 5 +---- core/templates/safe_list.h | 5 +---- core/templates/safe_refcount.h | 5 +---- core/templates/search_array.h | 5 +---- core/templates/self_list.h | 5 +---- core/templates/simple_type.h | 5 +---- core/templates/sort_array.h | 5 +---- core/templates/tuple.h | 5 +---- core/templates/vector.h | 5 +---- core/templates/vmap.h | 5 +---- core/templates/vset.h | 5 +---- core/typedefs.h | 5 +---- core/variant/array.h | 5 +---- core/variant/binder_common.h | 5 +---- core/variant/callable.h | 5 +---- core/variant/callable_bind.h | 5 +---- core/variant/container_type_validate.h | 5 +---- core/variant/dictionary.h | 5 +---- core/variant/method_ptrcall.h | 5 +---- core/variant/native_ptr.h | 5 +---- core/variant/type_info.h | 5 +---- core/variant/typed_array.h | 5 +---- core/variant/typed_dictionary.h | 5 +---- core/variant/variant.h | 5 +---- core/variant/variant_callable.h | 5 +---- core/variant/variant_construct.h | 5 +---- core/variant/variant_destruct.h | 5 +---- core/variant/variant_internal.h | 5 +---- core/variant/variant_op.h | 5 +---- core/variant/variant_parser.h | 5 +---- core/variant/variant_setget.h | 5 +---- core/variant/variant_utility.h | 5 +---- core/version.h | 5 +---- drivers/alsa/audio_driver_alsa.h | 5 +---- drivers/alsamidi/midi_driver_alsamidi.h | 5 +---- drivers/apple/joypad_apple.h | 2 ++ drivers/coreaudio/audio_driver_coreaudio.h | 5 +---- drivers/coremidi/midi_driver_coremidi.h | 5 +---- drivers/d3d12/d3d12_godot_nir_bridge.h | 5 +---- drivers/d3d12/dxil_hash.h | 5 +---- drivers/d3d12/rendering_context_driver_d3d12.h | 5 +---- drivers/d3d12/rendering_device_driver_d3d12.h | 5 +---- drivers/egl/egl_manager.h | 5 +---- drivers/gles3/effects/copy_effects.h | 5 +---- drivers/gles3/effects/cubemap_filter.h | 5 +---- drivers/gles3/effects/feed_effects.h | 5 +---- drivers/gles3/effects/glow.h | 5 +---- drivers/gles3/effects/post_effects.h | 5 +---- drivers/gles3/environment/fog.h | 5 +---- drivers/gles3/environment/gi.h | 5 +---- drivers/gles3/rasterizer_canvas_gles3.h | 5 +---- drivers/gles3/rasterizer_gles3.h | 5 +---- drivers/gles3/rasterizer_scene_gles3.h | 5 +---- drivers/gles3/shader_gles3.h | 5 +---- drivers/gles3/storage/config.h | 5 +---- drivers/gles3/storage/light_storage.h | 5 +---- drivers/gles3/storage/material_storage.h | 5 +---- drivers/gles3/storage/mesh_storage.h | 5 +---- drivers/gles3/storage/particles_storage.h | 5 +---- drivers/gles3/storage/render_scene_buffers_gles3.h | 5 +---- drivers/gles3/storage/texture_storage.h | 5 +---- drivers/gles3/storage/utilities.h | 5 +---- drivers/metal/inflection_map.h | 5 +---- drivers/metal/metal_device_properties.h | 7 ++----- drivers/metal/metal_objects.h | 7 ++----- drivers/metal/metal_utils.h | 5 +---- drivers/metal/pixel_formats.h | 7 ++----- drivers/metal/rendering_context_driver_metal.h | 5 +---- drivers/metal/rendering_device_driver_metal.h | 5 +---- drivers/png/image_loader_png.h | 5 +---- drivers/png/png_driver_common.h | 5 +---- drivers/png/resource_saver_png.h | 5 +---- drivers/pulseaudio/audio_driver_pulseaudio.h | 5 +---- drivers/register_driver_types.h | 5 +---- drivers/unix/dir_access_unix.h | 5 +---- drivers/unix/file_access_unix.h | 5 +---- drivers/unix/file_access_unix_pipe.h | 5 +---- drivers/unix/ip_unix.h | 5 +---- drivers/unix/net_socket_unix.h | 5 +---- drivers/unix/os_unix.h | 5 +---- drivers/unix/syslog_logger.h | 5 +---- drivers/unix/thread_posix.h | 5 +---- drivers/vulkan/godot_vulkan.h | 5 +---- drivers/vulkan/rendering_context_driver_vulkan.h | 5 +---- drivers/vulkan/rendering_device_driver_vulkan.h | 5 +---- drivers/vulkan/vulkan_hooks.h | 5 +---- drivers/wasapi/audio_driver_wasapi.h | 5 +---- drivers/windows/dir_access_windows.h | 5 +---- drivers/windows/file_access_windows.h | 5 +---- drivers/windows/file_access_windows_pipe.h | 5 +---- drivers/windows/ip_windows.h | 5 +---- drivers/windows/net_socket_winsock.h | 5 +---- drivers/windows/thread_windows.h | 5 +---- drivers/winmidi/midi_driver_winmidi.h | 5 +---- drivers/xaudio2/audio_driver_xaudio2.h | 5 +---- editor/action_map_editor.h | 5 +---- editor/add_metadata_dialog.h | 4 +--- editor/animation_bezier_editor.h | 5 +---- editor/animation_track_editor.h | 5 +---- editor/animation_track_editor_plugins.h | 5 +---- editor/audio_stream_preview.h | 5 +---- editor/code_editor.h | 5 +---- editor/connections_dialog.h | 5 +---- editor/create_dialog.h | 5 +---- editor/debugger/debug_adapter/debug_adapter_parser.h | 5 +---- editor/debugger/debug_adapter/debug_adapter_protocol.h | 5 +---- editor/debugger/debug_adapter/debug_adapter_server.h | 5 +---- editor/debugger/debug_adapter/debug_adapter_types.h | 5 +---- editor/debugger/editor_debugger_inspector.h | 5 +---- editor/debugger/editor_debugger_node.h | 5 +---- editor/debugger/editor_debugger_server.h | 5 +---- editor/debugger/editor_debugger_tree.h | 5 +---- editor/debugger/editor_expression_evaluator.h | 5 +---- editor/debugger/editor_file_server.h | 5 +---- editor/debugger/editor_performance_profiler.h | 5 +---- editor/debugger/editor_profiler.h | 5 +---- editor/debugger/editor_visual_profiler.h | 5 +---- editor/debugger/script_editor_debugger.h | 5 +---- editor/dependency_editor.h | 5 +---- editor/directory_create_dialog.h | 5 +---- editor/doc_tools.h | 5 +---- editor/editor_about.h | 5 +---- editor/editor_asset_installer.h | 5 +---- editor/editor_atlas_packer.h | 5 +---- editor/editor_audio_buses.h | 5 +---- editor/editor_autoload_settings.h | 5 +---- editor/editor_build_profile.h | 5 +---- editor/editor_command_palette.h | 5 +---- editor/editor_data.h | 5 +---- editor/editor_dock_manager.h | 5 +---- editor/editor_feature_profile.h | 5 +---- editor/editor_file_system.h | 5 +---- editor/editor_folding.h | 5 +---- editor/editor_help.h | 5 +---- editor/editor_help_search.h | 5 +---- editor/editor_inspector.h | 5 +---- editor/editor_interface.h | 5 +---- editor/editor_layouts_dialog.h | 5 +---- editor/editor_locale_dialog.h | 5 +---- editor/editor_log.h | 5 +---- editor/editor_main_screen.h | 5 +---- editor/editor_native_shader_source_visualizer.h | 5 +---- editor/editor_node.h | 5 +---- editor/editor_paths.h | 5 +---- editor/editor_properties.h | 5 +---- editor/editor_properties_array_dict.h | 5 +---- editor/editor_properties_vector.h | 5 +---- editor/editor_property_name_processor.h | 5 +---- editor/editor_resource_picker.h | 5 +---- editor/editor_resource_preview.h | 5 +---- editor/editor_run.h | 5 +---- editor/editor_run_native.h | 5 +---- editor/editor_script.h | 5 +---- editor/editor_sectioned_inspector.h | 5 +---- editor/editor_settings.h | 5 +---- editor/editor_settings_dialog.h | 5 +---- editor/editor_string_names.h | 5 +---- editor/editor_translation.h | 5 +---- editor/editor_translation_parser.h | 5 +---- editor/editor_undo_redo_manager.h | 5 +---- editor/editor_vcs_interface.h | 5 +---- editor/engine_update_label.h | 5 +---- editor/event_listener_line_edit.h | 5 +---- editor/export/codesign.h | 5 +---- editor/export/editor_export.h | 5 +---- editor/export/editor_export_platform.h | 5 +---- editor/export/editor_export_platform_extension.h | 5 +---- editor/export/editor_export_platform_pc.h | 5 +---- editor/export/editor_export_plugin.h | 5 +---- editor/export/editor_export_preset.h | 5 +---- editor/export/export_template_manager.h | 5 +---- editor/export/lipo.h | 5 +---- editor/export/macho.h | 5 +---- editor/export/project_export.h | 5 +---- editor/export/project_zip_packer.h | 5 +---- editor/fbx_importer_manager.h | 5 +---- editor/file_info.h | 5 +---- editor/filesystem_dock.h | 5 +---- editor/find_in_files.h | 5 +---- editor/group_settings_editor.h | 5 +---- editor/groups_editor.h | 5 +---- editor/gui/editor_bottom_panel.h | 5 +---- editor/gui/editor_dir_dialog.h | 5 +---- editor/gui/editor_file_dialog.h | 5 +---- editor/gui/editor_object_selector.h | 5 +---- editor/gui/editor_quick_open_dialog.h | 5 +---- editor/gui/editor_run_bar.h | 5 +---- editor/gui/editor_scene_tabs.h | 5 +---- editor/gui/editor_spin_slider.h | 5 +---- editor/gui/editor_title_bar.h | 5 +---- editor/gui/editor_toaster.h | 5 +---- editor/gui/editor_validation_panel.h | 5 +---- editor/gui/editor_version_button.h | 5 +---- editor/gui/editor_zoom_widget.h | 5 +---- editor/gui/scene_tree_editor.h | 5 +---- editor/history_dock.h | 5 +---- editor/import/3d/collada.h | 5 +---- editor/import/3d/editor_import_collada.h | 5 +---- editor/import/3d/post_import_plugin_skeleton_renamer.h | 5 +---- editor/import/3d/post_import_plugin_skeleton_rest_fixer.h | 5 +---- .../3d/post_import_plugin_skeleton_track_organizer.h | 5 +---- editor/import/3d/resource_importer_obj.h | 5 +---- editor/import/3d/resource_importer_scene.h | 5 +---- editor/import/3d/scene_import_settings.h | 5 +---- editor/import/audio_stream_import_settings.h | 5 +---- editor/import/dynamic_font_import_settings.h | 5 +---- editor/import/editor_import_plugin.h | 5 +---- editor/import/resource_importer_bitmask.h | 5 +---- editor/import/resource_importer_bmfont.h | 5 +---- editor/import/resource_importer_csv_translation.h | 5 +---- editor/import/resource_importer_dynamic_font.h | 5 +---- editor/import/resource_importer_image.h | 5 +---- editor/import/resource_importer_imagefont.h | 5 +---- editor/import/resource_importer_layered_texture.h | 5 +---- editor/import/resource_importer_shader_file.h | 5 +---- editor/import/resource_importer_texture.h | 5 +---- editor/import/resource_importer_texture_atlas.h | 5 +---- editor/import/resource_importer_texture_settings.h | 5 +---- editor/import/resource_importer_wav.h | 5 +---- editor/import_defaults_editor.h | 5 +---- editor/import_dock.h | 5 +---- editor/input_event_configuration_dialog.h | 5 +---- editor/inspector_dock.h | 5 +---- editor/localization_editor.h | 5 +---- editor/multi_node_edit.h | 5 +---- editor/node_dock.h | 5 +---- editor/plugins/abstract_polygon_2d_editor.h | 5 +---- editor/plugins/animation_blend_space_1d_editor.h | 5 +---- editor/plugins/animation_blend_space_2d_editor.h | 5 +---- editor/plugins/animation_blend_tree_editor_plugin.h | 5 +---- editor/plugins/animation_library_editor.h | 5 +---- editor/plugins/animation_player_editor_plugin.h | 5 +---- editor/plugins/animation_state_machine_editor.h | 5 +---- editor/plugins/animation_tree_editor_plugin.h | 5 +---- editor/plugins/asset_library_editor_plugin.h | 5 +---- editor/plugins/audio_stream_editor_plugin.h | 5 +---- editor/plugins/audio_stream_randomizer_editor_plugin.h | 5 +---- editor/plugins/bit_map_editor_plugin.h | 5 +---- editor/plugins/bone_map_editor_plugin.h | 5 +---- editor/plugins/camera_3d_editor_plugin.h | 5 +---- editor/plugins/canvas_item_editor_plugin.h | 5 +---- editor/plugins/cast_2d_editor_plugin.h | 5 +---- editor/plugins/collision_polygon_2d_editor_plugin.h | 5 +---- editor/plugins/collision_shape_2d_editor_plugin.h | 5 +---- editor/plugins/color_channel_selector.h | 5 +---- editor/plugins/control_editor_plugin.h | 5 +---- editor/plugins/curve_editor_plugin.h | 5 +---- editor/plugins/debugger_editor_plugin.h | 5 +---- editor/plugins/dedicated_server_export_plugin.h | 5 +---- editor/plugins/editor_context_menu_plugin.h | 5 +---- editor/plugins/editor_debugger_plugin.h | 5 +---- editor/plugins/editor_plugin.h | 5 +---- editor/plugins/editor_plugin_settings.h | 5 +---- editor/plugins/editor_preview_plugins.h | 5 +---- editor/plugins/editor_resource_conversion_plugin.h | 5 +---- editor/plugins/editor_resource_tooltip_plugins.h | 5 +---- editor/plugins/embedded_process.h | 5 +---- editor/plugins/font_config_plugin.h | 5 +---- editor/plugins/game_view_plugin.h | 5 +---- editor/plugins/gdextension_export_plugin.h | 5 +---- editor/plugins/gizmos/audio_listener_3d_gizmo_plugin.h | 5 +---- .../plugins/gizmos/audio_stream_player_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/camera_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/collision_object_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/collision_polygon_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/collision_shape_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/cpu_particles_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/decal_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/fog_volume_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/geometry_instance_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/gizmo_3d_helper.h | 5 +---- editor/plugins/gizmos/gpu_particles_3d_gizmo_plugin.h | 5 +---- .../gizmos/gpu_particles_collision_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/joint_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/label_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/light_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/lightmap_gi_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/lightmap_probe_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/marker_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/mesh_instance_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/navigation_link_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/navigation_region_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/occluder_instance_3d_gizmo_plugin.h | 5 +---- .../gizmos/particles_3d_emission_shape_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/physics_bone_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/ray_cast_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/reflection_probe_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/shape_cast_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/soft_body_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/spring_arm_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/spring_bone_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/sprite_base_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/vehicle_body_3d_gizmo_plugin.h | 5 +---- .../gizmos/visible_on_screen_notifier_3d_gizmo_plugin.h | 5 +---- editor/plugins/gizmos/voxel_gi_gizmo_plugin.h | 5 +---- editor/plugins/gpu_particles_collision_sdf_editor_plugin.h | 5 +---- editor/plugins/gradient_editor_plugin.h | 5 +---- editor/plugins/gradient_texture_2d_editor_plugin.h | 5 +---- editor/plugins/input_event_editor_plugin.h | 5 +---- editor/plugins/light_occluder_2d_editor_plugin.h | 5 +---- editor/plugins/lightmap_gi_editor_plugin.h | 5 +---- editor/plugins/line_2d_editor_plugin.h | 5 +---- editor/plugins/material_editor_plugin.h | 5 +---- editor/plugins/mesh_editor_plugin.h | 5 +---- editor/plugins/mesh_instance_3d_editor_plugin.h | 5 +---- editor/plugins/mesh_library_editor_plugin.h | 5 +---- editor/plugins/multimesh_editor_plugin.h | 5 +---- editor/plugins/navigation_link_2d_editor_plugin.h | 5 +---- editor/plugins/navigation_obstacle_2d_editor_plugin.h | 5 +---- editor/plugins/navigation_obstacle_3d_editor_plugin.h | 5 +---- editor/plugins/navigation_polygon_editor_plugin.h | 5 +---- editor/plugins/node_3d_editor_gizmos.h | 5 +---- editor/plugins/node_3d_editor_plugin.h | 5 +---- editor/plugins/occluder_instance_3d_editor_plugin.h | 5 +---- editor/plugins/packed_scene_editor_plugin.h | 5 +---- editor/plugins/packed_scene_translation_parser_plugin.h | 5 +---- editor/plugins/parallax_background_editor_plugin.h | 5 +---- editor/plugins/particle_process_material_editor_plugin.h | 5 +---- editor/plugins/particles_editor_plugin.h | 5 +---- editor/plugins/path_2d_editor_plugin.h | 5 +---- editor/plugins/path_3d_editor_plugin.h | 5 +---- editor/plugins/physical_bone_3d_editor_plugin.h | 5 +---- editor/plugins/plugin_config_dialog.h | 5 +---- editor/plugins/polygon_2d_editor_plugin.h | 5 +---- editor/plugins/polygon_3d_editor_plugin.h | 5 +---- editor/plugins/resource_preloader_editor_plugin.h | 5 +---- editor/plugins/root_motion_editor_plugin.h | 5 +---- editor/plugins/script_editor_plugin.h | 5 +---- editor/plugins/script_text_editor.h | 5 +---- editor/plugins/shader/shader_editor.h | 5 +---- editor/plugins/shader_editor_plugin.h | 5 +---- editor/plugins/shader_file_editor_plugin.h | 5 +---- editor/plugins/skeleton_2d_editor_plugin.h | 5 +---- editor/plugins/skeleton_3d_editor_plugin.h | 5 +---- editor/plugins/skeleton_ik_3d_editor_plugin.h | 5 +---- editor/plugins/sprite_2d_editor_plugin.h | 5 +---- editor/plugins/sprite_frames_editor_plugin.h | 5 +---- editor/plugins/style_box_editor_plugin.h | 5 +---- editor/plugins/sub_viewport_preview_editor_plugin.h | 5 +---- editor/plugins/text_editor.h | 5 +---- editor/plugins/text_shader_editor.h | 5 +---- editor/plugins/texture_3d_editor_plugin.h | 5 +---- editor/plugins/texture_editor_plugin.h | 5 +---- editor/plugins/texture_layered_editor_plugin.h | 5 +---- editor/plugins/texture_region_editor_plugin.h | 5 +---- editor/plugins/theme_editor_plugin.h | 5 +---- editor/plugins/theme_editor_preview.h | 5 +---- editor/plugins/tiles/atlas_merging_dialog.h | 5 +---- editor/plugins/tiles/tile_atlas_view.h | 5 +---- editor/plugins/tiles/tile_data_editors.h | 5 +---- editor/plugins/tiles/tile_map_layer_editor.h | 5 +---- editor/plugins/tiles/tile_proxies_manager_dialog.h | 5 +---- editor/plugins/tiles/tile_set_atlas_source_editor.h | 5 +---- editor/plugins/tiles/tile_set_editor.h | 5 +---- .../tiles/tile_set_scenes_collection_source_editor.h | 5 +---- editor/plugins/tiles/tiles_editor_plugin.h | 5 +---- editor/plugins/tool_button_editor_plugin.h | 5 +---- editor/plugins/version_control_editor_plugin.h | 5 +---- editor/plugins/visual_shader_editor_plugin.h | 5 +---- editor/plugins/voxel_gi_editor_plugin.h | 5 +---- editor/pot_generator.h | 5 +---- editor/progress_dialog.h | 5 +---- editor/project_converter_3_to_4.h | 5 +---- editor/project_manager.h | 5 +---- editor/project_manager/project_dialog.h | 5 +---- editor/project_manager/project_list.h | 5 +---- editor/project_manager/project_tag.h | 5 +---- editor/project_manager/quick_settings_dialog.h | 5 +---- editor/project_settings_editor.h | 5 +---- editor/property_selector.h | 5 +---- editor/register_editor_types.h | 5 +---- editor/register_exporters.h | 5 +---- editor/rename_dialog.h | 5 +---- editor/renames_map_3_to_4.h | 5 +---- editor/reparent_dialog.h | 5 +---- editor/run_instances_dialog.h | 5 +---- editor/scene_create_dialog.h | 5 +---- editor/scene_tree_dock.h | 5 +---- editor/script_create_dialog.h | 5 +---- editor/shader_create_dialog.h | 5 +---- editor/shader_globals_editor.h | 5 +---- editor/surface_upgrade_tool.h | 5 +---- editor/themes/editor_color_map.h | 5 +---- editor/themes/editor_fonts.h | 5 +---- editor/themes/editor_icons.h | 5 +---- editor/themes/editor_scale.h | 5 +---- editor/themes/editor_theme.h | 5 +---- editor/themes/editor_theme_manager.h | 5 +---- editor/uid_upgrade_tool.h | 5 +---- editor/window_wrapper.h | 5 +---- main/main.h | 5 +---- main/main_timer_sync.h | 5 +---- main/performance.h | 5 +---- main/steam_tracker.h | 5 +---- misc/dist/ios_xcode/godot_ios/dummy.h | 2 ++ modules/astcenc/image_compress_astcenc.h | 5 +---- modules/astcenc/register_types.h | 5 +---- modules/basis_universal/image_compress_basisu.h | 5 +---- modules/basis_universal/register_types.h | 5 +---- modules/bcdec/image_decompress_bcdec.h | 5 +---- modules/bcdec/register_types.h | 5 +---- modules/betsy/betsy_bc1.h | 5 +---- modules/betsy/image_compress_betsy.h | 5 +---- modules/betsy/register_types.h | 5 +---- modules/bmp/image_loader_bmp.h | 5 +---- modules/bmp/register_types.h | 5 +---- modules/camera/buffer_decoder.h | 5 +---- modules/camera/camera_feed_linux.h | 5 +---- modules/camera/camera_linux.h | 5 +---- modules/camera/camera_macos.h | 5 +---- modules/camera/camera_win.h | 5 +---- modules/camera/register_types.h | 5 +---- modules/csg/csg.h | 5 +---- modules/csg/csg_shape.h | 5 +---- modules/csg/editor/csg_gizmos.h | 5 +---- modules/csg/register_types.h | 5 +---- modules/csg/tests/test_csg.h | 5 +---- modules/cvtt/image_compress_cvtt.h | 5 +---- modules/cvtt/register_types.h | 5 +---- modules/dds/register_types.h | 5 +---- modules/dds/texture_loader_dds.h | 5 +---- modules/enet/enet_connection.h | 5 +---- modules/enet/enet_multiplayer_peer.h | 5 +---- modules/enet/enet_packet_peer.h | 5 +---- modules/enet/register_types.h | 5 +---- modules/etcpak/image_compress_etcpak.h | 5 +---- modules/etcpak/image_decompress_etcpak.h | 5 +---- modules/etcpak/register_types.h | 5 +---- modules/fbx/editor/editor_scene_importer_fbx2gltf.h | 5 +---- modules/fbx/editor/editor_scene_importer_ufbx.h | 5 +---- modules/fbx/fbx_document.h | 5 +---- modules/fbx/fbx_state.h | 5 +---- modules/fbx/register_types.h | 5 +---- modules/freetype/register_types.h | 5 +---- modules/gdscript/editor/gdscript_docgen.h | 5 +---- modules/gdscript/editor/gdscript_highlighter.h | 5 +---- .../gdscript/editor/gdscript_translation_parser_plugin.h | 5 +---- modules/gdscript/gdscript.h | 5 +---- modules/gdscript/gdscript_analyzer.h | 5 +---- modules/gdscript/gdscript_byte_codegen.h | 5 +---- modules/gdscript/gdscript_cache.h | 5 +---- modules/gdscript/gdscript_codegen.h | 5 +---- modules/gdscript/gdscript_compiler.h | 5 +---- modules/gdscript/gdscript_function.h | 5 +---- modules/gdscript/gdscript_lambda_callable.h | 5 +---- modules/gdscript/gdscript_parser.h | 5 +---- modules/gdscript/gdscript_rpc_callable.h | 5 +---- modules/gdscript/gdscript_tokenizer.h | 5 +---- modules/gdscript/gdscript_tokenizer_buffer.h | 5 +---- modules/gdscript/gdscript_utility_callable.h | 5 +---- modules/gdscript/gdscript_utility_functions.h | 5 +---- modules/gdscript/gdscript_warning.h | 5 +---- modules/gdscript/language_server/gdscript_extend_parser.h | 5 +---- .../gdscript/language_server/gdscript_language_protocol.h | 5 +---- .../gdscript/language_server/gdscript_language_server.h | 5 +---- modules/gdscript/language_server/gdscript_text_document.h | 5 +---- modules/gdscript/language_server/gdscript_workspace.h | 5 +---- modules/gdscript/language_server/godot_lsp.h | 5 +---- modules/gdscript/register_types.h | 5 +---- modules/gdscript/tests/gdscript_test_runner.h | 5 +---- modules/gdscript/tests/gdscript_test_runner_suite.h | 5 +---- modules/gdscript/tests/test_completion.h | 5 +---- modules/gdscript/tests/test_gdscript.h | 5 +---- modules/gdscript/tests/test_lsp.h | 5 +---- modules/glslang/register_types.h | 5 +---- modules/gltf/editor/editor_import_blend_runner.h | 5 +---- modules/gltf/editor/editor_scene_exporter_gltf_plugin.h | 5 +---- modules/gltf/editor/editor_scene_exporter_gltf_settings.h | 5 +---- modules/gltf/editor/editor_scene_importer_blend.h | 5 +---- modules/gltf/editor/editor_scene_importer_gltf.h | 5 +---- modules/gltf/extensions/gltf_document_extension.h | 5 +---- .../gltf_document_extension_convert_importer_mesh.h | 5 +---- .../gltf/extensions/gltf_document_extension_texture_ktx.h | 5 +---- .../gltf/extensions/gltf_document_extension_texture_webp.h | 5 +---- modules/gltf/extensions/gltf_light.h | 5 +---- modules/gltf/extensions/gltf_spec_gloss.h | 5 +---- .../extensions/physics/gltf_document_extension_physics.h | 5 +---- modules/gltf/extensions/physics/gltf_physics_body.h | 5 +---- modules/gltf/extensions/physics/gltf_physics_shape.h | 5 +---- modules/gltf/gltf_defines.h | 5 +---- modules/gltf/gltf_document.h | 5 +---- modules/gltf/gltf_state.h | 5 +---- modules/gltf/gltf_template_convert.h | 5 +---- modules/gltf/register_types.h | 5 +---- modules/gltf/skin_tool.h | 5 +---- modules/gltf/structures/gltf_accessor.h | 5 +---- modules/gltf/structures/gltf_animation.h | 5 +---- modules/gltf/structures/gltf_buffer_view.h | 5 +---- modules/gltf/structures/gltf_camera.h | 5 +---- modules/gltf/structures/gltf_mesh.h | 5 +---- modules/gltf/structures/gltf_node.h | 5 +---- modules/gltf/structures/gltf_object_model_property.h | 5 +---- modules/gltf/structures/gltf_skeleton.h | 5 +---- modules/gltf/structures/gltf_skin.h | 5 +---- modules/gltf/structures/gltf_texture.h | 5 +---- modules/gltf/structures/gltf_texture_sampler.h | 5 +---- modules/gltf/tests/test_gltf.h | 5 +---- modules/gltf/tests/test_gltf_extras.h | 5 +---- modules/gltf/tests/test_gltf_images.h | 5 +---- modules/godot_physics_2d/godot_area_2d.h | 5 +---- modules/godot_physics_2d/godot_area_pair_2d.h | 5 +---- modules/godot_physics_2d/godot_body_2d.h | 5 +---- modules/godot_physics_2d/godot_body_direct_state_2d.h | 5 +---- modules/godot_physics_2d/godot_body_pair_2d.h | 5 +---- modules/godot_physics_2d/godot_broad_phase_2d.h | 5 +---- modules/godot_physics_2d/godot_broad_phase_2d_bvh.h | 5 +---- modules/godot_physics_2d/godot_collision_object_2d.h | 5 +---- modules/godot_physics_2d/godot_collision_solver_2d.h | 5 +---- modules/godot_physics_2d/godot_collision_solver_2d_sat.h | 5 +---- modules/godot_physics_2d/godot_constraint_2d.h | 5 +---- modules/godot_physics_2d/godot_joints_2d.h | 5 +---- modules/godot_physics_2d/godot_physics_server_2d.h | 5 +---- modules/godot_physics_2d/godot_shape_2d.h | 5 +---- modules/godot_physics_2d/godot_space_2d.h | 5 +---- modules/godot_physics_2d/godot_step_2d.h | 5 +---- modules/godot_physics_2d/register_types.h | 5 +---- modules/godot_physics_3d/gjk_epa.h | 5 +---- modules/godot_physics_3d/godot_area_3d.h | 5 +---- modules/godot_physics_3d/godot_area_pair_3d.h | 5 +---- modules/godot_physics_3d/godot_body_3d.h | 5 +---- modules/godot_physics_3d/godot_body_direct_state_3d.h | 5 +---- modules/godot_physics_3d/godot_body_pair_3d.h | 5 +---- modules/godot_physics_3d/godot_broad_phase_3d.h | 5 +---- modules/godot_physics_3d/godot_broad_phase_3d_bvh.h | 5 +---- modules/godot_physics_3d/godot_collision_object_3d.h | 5 +---- modules/godot_physics_3d/godot_collision_solver_3d.h | 5 +---- modules/godot_physics_3d/godot_collision_solver_3d_sat.h | 5 +---- modules/godot_physics_3d/godot_constraint_3d.h | 5 +---- modules/godot_physics_3d/godot_joint_3d.h | 5 +---- modules/godot_physics_3d/godot_physics_server_3d.h | 5 +---- modules/godot_physics_3d/godot_shape_3d.h | 5 +---- modules/godot_physics_3d/godot_soft_body_3d.h | 5 +---- modules/godot_physics_3d/godot_space_3d.h | 5 +---- modules/godot_physics_3d/godot_step_3d.h | 5 +---- .../godot_physics_3d/joints/godot_cone_twist_joint_3d.h | 5 +---- .../godot_physics_3d/joints/godot_generic_6dof_joint_3d.h | 5 +---- modules/godot_physics_3d/joints/godot_hinge_joint_3d.h | 5 +---- modules/godot_physics_3d/joints/godot_jacobian_entry_3d.h | 5 +---- modules/godot_physics_3d/joints/godot_pin_joint_3d.h | 5 +---- modules/godot_physics_3d/joints/godot_slider_joint_3d.h | 5 +---- modules/godot_physics_3d/register_types.h | 5 +---- modules/gridmap/editor/grid_map_editor_plugin.h | 5 +---- modules/gridmap/grid_map.h | 5 +---- modules/gridmap/register_types.h | 5 +---- modules/hdr/image_loader_hdr.h | 5 +---- modules/hdr/register_types.h | 5 +---- modules/interactive_music/audio_stream_interactive.h | 5 +---- modules/interactive_music/audio_stream_playlist.h | 5 +---- modules/interactive_music/audio_stream_synchronized.h | 5 +---- .../editor/audio_stream_interactive_editor_plugin.h | 5 +---- modules/interactive_music/register_types.h | 5 +---- modules/jolt_physics/joints/jolt_cone_twist_joint_3d.h | 5 +---- modules/jolt_physics/joints/jolt_generic_6dof_joint_3d.h | 5 +---- modules/jolt_physics/joints/jolt_hinge_joint_3d.h | 5 +---- modules/jolt_physics/joints/jolt_joint_3d.h | 5 +---- modules/jolt_physics/joints/jolt_pin_joint_3d.h | 5 +---- modules/jolt_physics/joints/jolt_slider_joint_3d.h | 5 +---- modules/jolt_physics/jolt_globals.h | 5 +---- modules/jolt_physics/jolt_physics_server_3d.h | 5 +---- modules/jolt_physics/jolt_project_settings.h | 5 +---- modules/jolt_physics/misc/jolt_math_funcs.h | 5 +---- modules/jolt_physics/misc/jolt_stream_wrappers.h | 5 +---- modules/jolt_physics/misc/jolt_type_conversions.h | 5 +---- modules/jolt_physics/objects/jolt_area_3d.h | 5 +---- modules/jolt_physics/objects/jolt_body_3d.h | 5 +---- modules/jolt_physics/objects/jolt_group_filter.h | 5 +---- modules/jolt_physics/objects/jolt_object_3d.h | 5 +---- .../objects/jolt_physics_direct_body_state_3d.h | 5 +---- modules/jolt_physics/objects/jolt_shaped_object_3d.h | 5 +---- modules/jolt_physics/objects/jolt_soft_body_3d.h | 5 +---- modules/jolt_physics/register_types.h | 5 +---- modules/jolt_physics/shapes/jolt_box_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_capsule_shape_3d.h | 5 +---- .../jolt_physics/shapes/jolt_concave_polygon_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_convex_polygon_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_custom_decorated_shape.h | 5 +---- .../jolt_physics/shapes/jolt_custom_double_sided_shape.h | 5 +---- modules/jolt_physics/shapes/jolt_custom_motion_shape.h | 5 +---- modules/jolt_physics/shapes/jolt_custom_ray_shape.h | 5 +---- modules/jolt_physics/shapes/jolt_custom_shape_type.h | 5 +---- modules/jolt_physics/shapes/jolt_custom_user_data_shape.h | 5 +---- modules/jolt_physics/shapes/jolt_cylinder_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_height_map_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_separation_ray_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_shape_instance_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_sphere_shape_3d.h | 5 +---- modules/jolt_physics/shapes/jolt_world_boundary_shape_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_body_accessor_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_broad_phase_layer.h | 5 +---- modules/jolt_physics/spaces/jolt_contact_listener_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_job_system.h | 5 +---- modules/jolt_physics/spaces/jolt_layers.h | 5 +---- modules/jolt_physics/spaces/jolt_motion_filter_3d.h | 5 +---- .../spaces/jolt_physics_direct_space_state_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_query_collectors.h | 5 +---- modules/jolt_physics/spaces/jolt_query_filter_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_space_3d.h | 5 +---- modules/jolt_physics/spaces/jolt_temp_allocator.h | 5 +---- modules/jpg/image_loader_jpegd.h | 5 +---- modules/jpg/register_types.h | 5 +---- modules/jsonrpc/jsonrpc.h | 5 +---- modules/jsonrpc/register_types.h | 5 +---- modules/jsonrpc/tests/test_jsonrpc.h | 5 +---- modules/ktx/register_types.h | 5 +---- modules/ktx/texture_loader_ktx.h | 5 +---- modules/lightmapper_rd/lightmapper_rd.h | 5 +---- modules/lightmapper_rd/register_types.h | 5 +---- modules/mbedtls/crypto_mbedtls.h | 5 +---- modules/mbedtls/dtls_server_mbedtls.h | 5 +---- modules/mbedtls/packet_peer_mbed_dtls.h | 5 +---- modules/mbedtls/register_types.h | 5 +---- modules/mbedtls/stream_peer_mbedtls.h | 5 +---- modules/mbedtls/tests/test_crypto_mbedtls.h | 5 +---- modules/mbedtls/tls_context_mbedtls.h | 5 +---- modules/meshoptimizer/register_types.h | 5 +---- modules/minimp3/audio_stream_mp3.h | 5 +---- modules/minimp3/register_types.h | 5 +---- modules/minimp3/resource_importer_mp3.h | 5 +---- modules/mobile_vr/mobile_vr_interface.h | 5 +---- modules/mobile_vr/register_types.h | 5 +---- modules/mono/class_db_api_json.h | 5 +---- modules/mono/csharp_script.h | 5 +---- modules/mono/editor/bindings_generator.h | 5 +---- modules/mono/editor/code_completion.h | 5 +---- modules/mono/editor/editor_internal_calls.h | 5 +---- modules/mono/editor/hostfxr_resolver.h | 5 +---- modules/mono/editor/semver.h | 5 +---- modules/mono/glue/runtime_interop.h | 5 +---- modules/mono/godotsharp_defs.h | 5 +---- modules/mono/godotsharp_dirs.h | 5 +---- modules/mono/interop_types.h | 5 +---- modules/mono/managed_callable.h | 5 +---- modules/mono/mono_gc_handle.h | 5 +---- modules/mono/mono_gd/gd_mono.h | 5 +---- modules/mono/mono_gd/gd_mono_cache.h | 5 +---- modules/mono/register_types.h | 5 +---- modules/mono/signal_awaiter_utils.h | 5 +---- modules/mono/utils/macos_utils.h | 5 +---- modules/mono/utils/macros.h | 5 +---- modules/mono/utils/naming_utils.h | 5 +---- modules/mono/utils/path_utils.h | 5 +---- modules/mono/utils/string_utils.h | 5 +---- modules/msdfgen/register_types.h | 5 +---- modules/multiplayer/editor/editor_network_profiler.h | 5 +---- modules/multiplayer/editor/multiplayer_editor_plugin.h | 5 +---- modules/multiplayer/editor/replication_editor.h | 5 +---- modules/multiplayer/multiplayer_debugger.h | 5 +---- modules/multiplayer/multiplayer_spawner.h | 5 +---- modules/multiplayer/multiplayer_synchronizer.h | 5 +---- modules/multiplayer/register_types.h | 5 +---- modules/multiplayer/scene_cache_interface.h | 5 +---- modules/multiplayer/scene_multiplayer.h | 5 +---- modules/multiplayer/scene_replication_config.h | 5 +---- modules/multiplayer/scene_replication_interface.h | 5 +---- modules/multiplayer/scene_rpc_interface.h | 5 +---- modules/multiplayer/tests/test_scene_multiplayer.h | 5 +---- modules/navigation/2d/godot_navigation_server_2d.h | 5 +---- modules/navigation/2d/nav_mesh_generator_2d.h | 5 +---- modules/navigation/3d/godot_navigation_server_3d.h | 5 +---- modules/navigation/3d/nav_base_iteration_3d.h | 5 +---- modules/navigation/3d/nav_map_builder_3d.h | 5 +---- modules/navigation/3d/nav_map_iteration_3d.h | 5 +---- modules/navigation/3d/nav_mesh_generator_3d.h | 5 +---- modules/navigation/3d/nav_mesh_queries_3d.h | 5 +---- modules/navigation/3d/nav_region_iteration_3d.h | 5 +---- modules/navigation/3d/navigation_mesh_generator.h | 5 +---- modules/navigation/editor/navigation_mesh_editor_plugin.h | 5 +---- modules/navigation/nav_agent.h | 5 +---- modules/navigation/nav_base.h | 5 +---- modules/navigation/nav_link.h | 5 +---- modules/navigation/nav_map.h | 5 +---- modules/navigation/nav_obstacle.h | 5 +---- modules/navigation/nav_region.h | 5 +---- modules/navigation/nav_rid.h | 5 +---- modules/navigation/nav_utils.h | 5 +---- modules/navigation/register_types.h | 5 +---- modules/noise/editor/noise_editor_plugin.h | 5 +---- modules/noise/fastnoise_lite.h | 5 +---- modules/noise/noise.h | 5 +---- modules/noise/noise_texture_2d.h | 5 +---- modules/noise/noise_texture_3d.h | 5 +---- modules/noise/register_types.h | 5 +---- modules/noise/tests/test_fastnoise_lite.h | 5 +---- modules/noise/tests/test_noise_texture_2d.h | 5 +---- modules/noise/tests/test_noise_texture_3d.h | 5 +---- modules/ogg/ogg_packet_sequence.h | 5 +---- modules/ogg/register_types.h | 5 +---- modules/openxr/action_map/openxr_action.h | 5 +---- modules/openxr/action_map/openxr_action_map.h | 5 +---- modules/openxr/action_map/openxr_action_set.h | 5 +---- modules/openxr/action_map/openxr_binding_modifier.h | 5 +---- modules/openxr/action_map/openxr_haptic_feedback.h | 5 +---- modules/openxr/action_map/openxr_interaction_profile.h | 5 +---- .../action_map/openxr_interaction_profile_metadata.h | 5 +---- modules/openxr/editor/openxr_action_editor.h | 5 +---- modules/openxr/editor/openxr_action_map_editor.h | 5 +---- modules/openxr/editor/openxr_action_set_editor.h | 5 +---- modules/openxr/editor/openxr_binding_modifier_editor.h | 5 +---- modules/openxr/editor/openxr_binding_modifiers_dialog.h | 5 +---- modules/openxr/editor/openxr_editor_plugin.h | 5 +---- modules/openxr/editor/openxr_interaction_profile_editor.h | 5 +---- modules/openxr/editor/openxr_select_action_dialog.h | 5 +---- .../editor/openxr_select_interaction_profile_dialog.h | 5 +---- modules/openxr/editor/openxr_select_runtime.h | 5 +---- .../extensions/openxr_composition_layer_depth_extension.h | 5 +---- .../openxr/extensions/openxr_composition_layer_extension.h | 5 +---- .../openxr/extensions/openxr_composition_layer_provider.h | 5 +---- modules/openxr/extensions/openxr_debug_utils_extension.h | 5 +---- modules/openxr/extensions/openxr_dpad_binding_extension.h | 5 +---- modules/openxr/extensions/openxr_extension_wrapper.h | 5 +---- .../openxr/extensions/openxr_extension_wrapper_extension.h | 5 +---- modules/openxr/extensions/openxr_eye_gaze_interaction.h | 5 +---- .../extensions/openxr_fb_display_refresh_rate_extension.h | 5 +---- modules/openxr/extensions/openxr_fb_foveation_extension.h | 5 +---- .../extensions/openxr_fb_update_swapchain_extension.h | 5 +---- .../openxr/extensions/openxr_hand_interaction_extension.h | 5 +---- modules/openxr/extensions/openxr_hand_tracking_extension.h | 5 +---- .../openxr/extensions/openxr_htc_controller_extension.h | 5 +---- .../openxr/extensions/openxr_htc_vive_tracker_extension.h | 5 +---- .../openxr/extensions/openxr_huawei_controller_extension.h | 5 +---- modules/openxr/extensions/openxr_local_floor_extension.h | 5 +---- .../openxr/extensions/openxr_meta_controller_extension.h | 5 +---- .../openxr/extensions/openxr_ml2_controller_extension.h | 5 +---- modules/openxr/extensions/openxr_mxink_extension.h | 5 +---- modules/openxr/extensions/openxr_palm_pose_extension.h | 5 +---- .../openxr/extensions/openxr_pico_controller_extension.h | 5 +---- .../extensions/openxr_valve_analog_threshold_extension.h | 5 +---- .../openxr/extensions/openxr_visibility_mask_extension.h | 5 +---- .../openxr/extensions/openxr_wmr_controller_extension.h | 5 +---- .../openxr/extensions/platform/openxr_android_extension.h | 5 +---- .../openxr/extensions/platform/openxr_metal_extension.h | 5 +---- .../openxr/extensions/platform/openxr_opengl_extension.h | 5 +---- .../openxr/extensions/platform/openxr_vulkan_extension.h | 5 +---- modules/openxr/openxr_api.h | 5 +---- modules/openxr/openxr_api_extension.h | 5 +---- modules/openxr/openxr_interface.h | 5 +---- modules/openxr/openxr_platform_inc.h | 5 +---- modules/openxr/openxr_util.h | 5 +---- modules/openxr/register_types.h | 5 +---- modules/openxr/scene/openxr_composition_layer.h | 5 +---- modules/openxr/scene/openxr_composition_layer_cylinder.h | 5 +---- modules/openxr/scene/openxr_composition_layer_equirect.h | 5 +---- modules/openxr/scene/openxr_composition_layer_quad.h | 5 +---- modules/openxr/scene/openxr_hand.h | 5 +---- modules/openxr/scene/openxr_visibility_mask.h | 5 +---- modules/openxr/util.h | 5 +---- modules/raycast/lightmap_raycaster_embree.h | 5 +---- modules/raycast/raycast_occlusion_cull.h | 5 +---- modules/raycast/register_types.h | 5 +---- modules/raycast/static_raycaster_embree.h | 5 +---- modules/regex/regex.h | 5 +---- modules/regex/register_types.h | 5 +---- modules/regex/tests/test_regex.h | 5 +---- modules/register_module_types.h | 5 +---- modules/svg/image_loader_svg.h | 5 +---- modules/svg/register_types.h | 5 +---- modules/text_server_adv/register_types.h | 5 +---- modules/text_server_adv/script_iterator.h | 5 +---- modules/text_server_adv/text_server_adv.h | 5 +---- modules/text_server_adv/thorvg_svg_in_ot.h | 5 +---- modules/text_server_fb/register_types.h | 5 +---- modules/text_server_fb/text_server_fb.h | 5 +---- modules/text_server_fb/thorvg_svg_in_ot.h | 5 +---- modules/tga/image_loader_tga.h | 5 +---- modules/tga/register_types.h | 5 +---- modules/theora/register_types.h | 5 +---- modules/theora/video_stream_theora.h | 5 +---- modules/tinyexr/image_loader_tinyexr.h | 5 +---- modules/tinyexr/image_saver_tinyexr.h | 5 +---- modules/tinyexr/register_types.h | 5 +---- modules/upnp/register_types.h | 5 +---- modules/upnp/upnp.h | 5 +---- modules/upnp/upnp_device.h | 5 +---- modules/upnp/upnp_device_miniupnp.h | 5 +---- modules/upnp/upnp_miniupnp.h | 5 +---- modules/vhacd/register_types.h | 5 +---- modules/vorbis/audio_stream_ogg_vorbis.h | 5 +---- modules/vorbis/register_types.h | 5 +---- modules/vorbis/resource_importer_ogg_vorbis.h | 5 +---- modules/webp/image_loader_webp.h | 5 +---- modules/webp/register_types.h | 5 +---- modules/webp/resource_saver_webp.h | 5 +---- modules/webp/webp_common.h | 5 +---- modules/webrtc/register_types.h | 5 +---- modules/webrtc/webrtc_data_channel.h | 5 +---- modules/webrtc/webrtc_data_channel_extension.h | 5 +---- modules/webrtc/webrtc_data_channel_js.h | 5 +---- modules/webrtc/webrtc_multiplayer_peer.h | 5 +---- modules/webrtc/webrtc_peer_connection.h | 5 +---- modules/webrtc/webrtc_peer_connection_extension.h | 5 +---- modules/webrtc/webrtc_peer_connection_js.h | 5 +---- .../websocket/editor/editor_debugger_server_websocket.h | 5 +---- modules/websocket/emws_peer.h | 5 +---- modules/websocket/packet_buffer.h | 5 +---- modules/websocket/register_types.h | 5 +---- modules/websocket/remote_debugger_peer_websocket.h | 5 +---- modules/websocket/websocket_multiplayer_peer.h | 5 +---- modules/websocket/websocket_peer.h | 5 +---- modules/websocket/wsl_peer.h | 5 +---- modules/webxr/godot_webxr.h | 5 +---- modules/webxr/register_types.h | 5 +---- modules/webxr/webxr_interface.h | 5 +---- modules/webxr/webxr_interface_js.h | 5 +---- modules/xatlas_unwrap/register_types.h | 5 +---- modules/zip/register_types.h | 5 +---- modules/zip/zip_packer.h | 5 +---- modules/zip/zip_reader.h | 5 +---- platform/android/android_input_handler.h | 5 +---- platform/android/android_keys_utils.h | 5 +---- platform/android/api/api.h | 5 +---- platform/android/api/java_class_wrapper.h | 5 +---- platform/android/api/jni_singleton.h | 5 +---- platform/android/audio_driver_opensl.h | 5 +---- platform/android/dialog_utils_jni.h | 5 +---- platform/android/dir_access_jandroid.h | 5 +---- platform/android/display_server_android.h | 5 +---- platform/android/export/export.h | 5 +---- platform/android/export/export_plugin.h | 5 +---- platform/android/export/godot_plugin_config.h | 5 +---- platform/android/export/gradle_export_util.h | 5 +---- platform/android/file_access_android.h | 5 +---- platform/android/file_access_filesystem_jandroid.h | 5 +---- platform/android/game_menu_utils_jni.h | 5 +---- platform/android/java_godot_io_wrapper.h | 5 +---- platform/android/java_godot_lib_jni.h | 5 +---- platform/android/java_godot_view_wrapper.h | 5 +---- platform/android/java_godot_wrapper.h | 5 +---- platform/android/jni_utils.h | 5 +---- platform/android/net_socket_android.h | 5 +---- platform/android/os_android.h | 5 +---- platform/android/platform_config.h | 2 ++ platform/android/platform_gl.h | 5 +---- platform/android/plugin/godot_plugin_jni.h | 5 +---- platform/android/rendering_context_driver_vulkan_android.h | 5 +---- platform/android/thread_jandroid.h | 5 +---- platform/android/tts_android.h | 5 +---- platform/android/variant/callable_jni.h | 5 +---- platform/ios/api/api.h | 5 +---- platform/ios/app_delegate.h | 2 ++ platform/ios/device_metrics.h | 2 ++ platform/ios/display_layer.h | 2 ++ platform/ios/display_server_ios.h | 5 +---- platform/ios/export/export.h | 5 +---- platform/ios/export/export_plugin.h | 5 +---- platform/ios/export/godot_plugin_config.h | 5 +---- platform/ios/godot_app_delegate.h | 2 ++ platform/ios/godot_view.h | 2 ++ platform/ios/godot_view_renderer.h | 2 ++ platform/ios/ios.h | 5 +---- platform/ios/ios_terminal_logger.h | 5 +---- platform/ios/key_mapping_ios.h | 5 +---- platform/ios/keyboard_input_view.h | 2 ++ platform/ios/os_ios.h | 5 +---- platform/ios/platform_config.h | 2 ++ platform/ios/platform_gl.h | 5 +---- platform/ios/rendering_context_driver_vulkan_ios.h | 5 +---- platform/ios/tts_ios.h | 5 +---- platform/ios/view_controller.h | 2 ++ platform/linuxbsd/crash_handler_linuxbsd.h | 5 +---- platform/linuxbsd/export/export.h | 5 +---- platform/linuxbsd/export/export_plugin.h | 5 +---- platform/linuxbsd/freedesktop_portal_desktop.h | 5 +---- platform/linuxbsd/freedesktop_screensaver.h | 5 +---- platform/linuxbsd/joypad_linux.h | 5 +---- platform/linuxbsd/os_linuxbsd.h | 5 +---- platform/linuxbsd/platform_config.h | 2 ++ platform/linuxbsd/platform_gl.h | 5 +---- platform/linuxbsd/tts_linux.h | 5 +---- platform/linuxbsd/wayland/detect_prime_egl.h | 5 +---- platform/linuxbsd/wayland/display_server_wayland.h | 5 +---- platform/linuxbsd/wayland/egl_manager_wayland.h | 5 +---- platform/linuxbsd/wayland/egl_manager_wayland_gles.h | 5 +---- platform/linuxbsd/wayland/key_mapping_xkb.h | 5 +---- .../wayland/rendering_context_driver_vulkan_wayland.h | 5 +---- platform/linuxbsd/wayland/wayland_thread.h | 5 +---- platform/linuxbsd/x11/detect_prime_x11.h | 5 +---- platform/linuxbsd/x11/display_server_x11.h | 5 +---- platform/linuxbsd/x11/gl_manager_x11.h | 5 +---- platform/linuxbsd/x11/gl_manager_x11_egl.h | 5 +---- platform/linuxbsd/x11/key_mapping_x11.h | 5 +---- .../linuxbsd/x11/rendering_context_driver_vulkan_x11.h | 5 +---- platform/macos/crash_handler_macos.h | 5 +---- platform/macos/dir_access_macos.h | 5 +---- platform/macos/display_server_macos.h | 5 +---- platform/macos/export/export.h | 5 +---- platform/macos/export/export_plugin.h | 5 +---- platform/macos/gl_manager_macos_angle.h | 5 +---- platform/macos/gl_manager_macos_legacy.h | 5 +---- platform/macos/godot_application.h | 5 +---- platform/macos/godot_application_delegate.h | 5 +---- platform/macos/godot_button_view.h | 5 +---- platform/macos/godot_content_view.h | 5 +---- platform/macos/godot_menu_delegate.h | 5 +---- platform/macos/godot_menu_item.h | 5 +---- platform/macos/godot_open_save_delegate.h | 5 +---- platform/macos/godot_status_item.h | 5 +---- platform/macos/godot_window.h | 5 +---- platform/macos/godot_window_delegate.h | 5 +---- platform/macos/key_mapping_macos.h | 5 +---- platform/macos/macos_terminal_logger.h | 5 +---- platform/macos/native_menu_macos.h | 5 +---- platform/macos/os_macos.h | 5 +---- platform/macos/platform_config.h | 2 ++ platform/macos/platform_gl.h | 5 +---- platform/macos/rendering_context_driver_vulkan_macos.h | 5 +---- platform/macos/tts_macos.h | 5 +---- platform/register_platform_apis.h | 5 +---- platform/web/api/api.h | 5 +---- platform/web/api/javascript_bridge_singleton.h | 5 +---- platform/web/audio_driver_web.h | 5 +---- platform/web/display_server_web.h | 5 +---- platform/web/editor/web_tools_editor_plugin.h | 5 +---- platform/web/export/editor_http_server.h | 5 +---- platform/web/export/export.h | 5 +---- platform/web/export/export_plugin.h | 5 +---- platform/web/godot_audio.h | 5 +---- platform/web/godot_js.h | 5 +---- platform/web/godot_midi.h | 5 +---- platform/web/godot_webgl2.h | 5 +---- platform/web/http_client_web.h | 5 +---- platform/web/ip_web.h | 5 +---- platform/web/net_socket_web.h | 5 +---- platform/web/os_web.h | 5 +---- platform/web/platform_config.h | 2 ++ platform/web/platform_gl.h | 5 +---- platform/web/webmidi_driver.h | 5 +---- platform/windows/crash_handler_windows.h | 5 +---- platform/windows/display_server_windows.h | 5 +---- platform/windows/drop_target_windows.h | 5 +---- platform/windows/export/export.h | 5 +---- platform/windows/export/export_plugin.h | 5 +---- platform/windows/gl_manager_windows_angle.h | 5 +---- platform/windows/gl_manager_windows_native.h | 5 +---- platform/windows/joypad_windows.h | 5 +---- platform/windows/key_mapping_windows.h | 5 +---- platform/windows/lang_table.h | 5 +---- platform/windows/native_menu_windows.h | 5 +---- platform/windows/os_windows.h | 5 +---- platform/windows/platform_config.h | 2 ++ platform/windows/platform_gl.h | 5 +---- platform/windows/rendering_context_driver_vulkan_windows.h | 5 +---- platform/windows/tts_windows.h | 5 +---- platform/windows/wgl_detect_version.h | 5 +---- platform/windows/windows_terminal_logger.h | 5 +---- platform/windows/windows_utils.h | 5 +---- scene/2d/animated_sprite_2d.h | 5 +---- scene/2d/audio_listener_2d.h | 5 +---- scene/2d/audio_stream_player_2d.h | 5 +---- scene/2d/back_buffer_copy.h | 5 +---- scene/2d/camera_2d.h | 5 +---- scene/2d/canvas_group.h | 5 +---- scene/2d/canvas_modulate.h | 5 +---- scene/2d/cpu_particles_2d.h | 5 +---- scene/2d/gpu_particles_2d.h | 5 +---- scene/2d/light_2d.h | 5 +---- scene/2d/light_occluder_2d.h | 5 +---- scene/2d/line_2d.h | 5 +---- scene/2d/line_builder.h | 5 +---- scene/2d/marker_2d.h | 5 +---- scene/2d/mesh_instance_2d.h | 5 +---- scene/2d/multimesh_instance_2d.h | 5 +---- scene/2d/navigation_agent_2d.h | 5 +---- scene/2d/navigation_link_2d.h | 5 +---- scene/2d/navigation_obstacle_2d.h | 5 +---- scene/2d/navigation_region_2d.h | 5 +---- scene/2d/node_2d.h | 5 +---- scene/2d/parallax_2d.h | 5 +---- scene/2d/parallax_background.h | 5 +---- scene/2d/parallax_layer.h | 5 +---- scene/2d/path_2d.h | 5 +---- scene/2d/physics/animatable_body_2d.h | 5 +---- scene/2d/physics/area_2d.h | 5 +---- scene/2d/physics/character_body_2d.h | 5 +---- scene/2d/physics/collision_object_2d.h | 5 +---- scene/2d/physics/collision_polygon_2d.h | 5 +---- scene/2d/physics/collision_shape_2d.h | 5 +---- scene/2d/physics/joints/damped_spring_joint_2d.h | 5 +---- scene/2d/physics/joints/groove_joint_2d.h | 5 +---- scene/2d/physics/joints/joint_2d.h | 5 +---- scene/2d/physics/joints/pin_joint_2d.h | 5 +---- scene/2d/physics/kinematic_collision_2d.h | 5 +---- scene/2d/physics/physical_bone_2d.h | 5 +---- scene/2d/physics/physics_body_2d.h | 5 +---- scene/2d/physics/ray_cast_2d.h | 5 +---- scene/2d/physics/rigid_body_2d.h | 5 +---- scene/2d/physics/shape_cast_2d.h | 5 +---- scene/2d/physics/static_body_2d.h | 5 +---- scene/2d/polygon_2d.h | 5 +---- scene/2d/remote_transform_2d.h | 5 +---- scene/2d/skeleton_2d.h | 5 +---- scene/2d/sprite_2d.h | 5 +---- scene/2d/tile_map.h | 5 +---- scene/2d/tile_map_layer.h | 5 +---- scene/2d/touch_screen_button.h | 5 +---- scene/2d/visible_on_screen_notifier_2d.h | 5 +---- scene/3d/audio_listener_3d.h | 5 +---- scene/3d/audio_stream_player_3d.h | 5 +---- scene/3d/bone_attachment_3d.h | 5 +---- scene/3d/camera_3d.h | 5 +---- scene/3d/cpu_particles_3d.h | 5 +---- scene/3d/decal.h | 5 +---- scene/3d/fog_volume.h | 5 +---- scene/3d/gpu_particles_3d.h | 5 +---- scene/3d/gpu_particles_collision_3d.h | 5 +---- scene/3d/importer_mesh_instance_3d.h | 5 +---- scene/3d/label_3d.h | 5 +---- scene/3d/light_3d.h | 5 +---- scene/3d/lightmap_gi.h | 5 +---- scene/3d/lightmap_probe.h | 5 +---- scene/3d/lightmapper.h | 5 +---- scene/3d/look_at_modifier_3d.h | 5 +---- scene/3d/marker_3d.h | 5 +---- scene/3d/mesh_instance_3d.h | 5 +---- scene/3d/multimesh_instance_3d.h | 5 +---- scene/3d/navigation_agent_3d.h | 5 +---- scene/3d/navigation_link_3d.h | 5 +---- scene/3d/navigation_obstacle_3d.h | 5 +---- scene/3d/navigation_region_3d.h | 5 +---- scene/3d/node_3d.h | 5 +---- scene/3d/occluder_instance_3d.h | 5 +---- scene/3d/path_3d.h | 5 +---- scene/3d/physical_bone_simulator_3d.h | 5 +---- scene/3d/physics/animatable_body_3d.h | 5 +---- scene/3d/physics/area_3d.h | 5 +---- scene/3d/physics/character_body_3d.h | 5 +---- scene/3d/physics/collision_object_3d.h | 5 +---- scene/3d/physics/collision_polygon_3d.h | 5 +---- scene/3d/physics/collision_shape_3d.h | 5 +---- scene/3d/physics/joints/cone_twist_joint_3d.h | 5 +---- scene/3d/physics/joints/generic_6dof_joint_3d.h | 5 +---- scene/3d/physics/joints/hinge_joint_3d.h | 5 +---- scene/3d/physics/joints/joint_3d.h | 5 +---- scene/3d/physics/joints/pin_joint_3d.h | 5 +---- scene/3d/physics/joints/slider_joint_3d.h | 5 +---- scene/3d/physics/kinematic_collision_3d.h | 5 +---- scene/3d/physics/physical_bone_3d.h | 5 +---- scene/3d/physics/physics_body_3d.h | 5 +---- scene/3d/physics/ray_cast_3d.h | 5 +---- scene/3d/physics/rigid_body_3d.h | 5 +---- scene/3d/physics/shape_cast_3d.h | 5 +---- scene/3d/physics/spring_arm_3d.h | 5 +---- scene/3d/physics/static_body_3d.h | 5 +---- scene/3d/physics/vehicle_body_3d.h | 5 +---- scene/3d/reflection_probe.h | 5 +---- scene/3d/remote_transform_3d.h | 5 +---- scene/3d/retarget_modifier_3d.h | 5 +---- scene/3d/skeleton_3d.h | 5 +---- scene/3d/skeleton_ik_3d.h | 5 +---- scene/3d/skeleton_modifier_3d.h | 5 +---- scene/3d/soft_body_3d.h | 5 +---- scene/3d/spring_bone_collision_3d.h | 5 +---- scene/3d/spring_bone_collision_capsule_3d.h | 5 +---- scene/3d/spring_bone_collision_plane_3d.h | 5 +---- scene/3d/spring_bone_collision_sphere_3d.h | 5 +---- scene/3d/spring_bone_simulator_3d.h | 5 +---- scene/3d/sprite_3d.h | 5 +---- scene/3d/velocity_tracker_3d.h | 5 +---- scene/3d/visible_on_screen_notifier_3d.h | 5 +---- scene/3d/visual_instance_3d.h | 5 +---- scene/3d/voxel_gi.h | 5 +---- scene/3d/voxelizer.h | 5 +---- scene/3d/world_environment.h | 5 +---- scene/3d/xr/xr_body_modifier_3d.h | 5 +---- scene/3d/xr/xr_face_modifier_3d.h | 5 +---- scene/3d/xr/xr_hand_modifier_3d.h | 5 +---- scene/3d/xr/xr_nodes.h | 5 +---- scene/animation/animation_blend_space_1d.h | 5 +---- scene/animation/animation_blend_space_2d.h | 5 +---- scene/animation/animation_blend_tree.h | 5 +---- scene/animation/animation_mixer.h | 5 +---- scene/animation/animation_node_extension.h | 5 +---- scene/animation/animation_node_state_machine.h | 5 +---- scene/animation/animation_player.h | 5 +---- scene/animation/animation_tree.h | 5 +---- scene/animation/easing_equations.h | 5 +---- scene/animation/root_motion_view.h | 5 +---- scene/animation/tween.h | 5 +---- scene/audio/audio_stream_player.h | 5 +---- scene/audio/audio_stream_player_internal.h | 5 +---- scene/debugger/scene_debugger.h | 5 +---- scene/gui/aspect_ratio_container.h | 5 +---- scene/gui/base_button.h | 5 +---- scene/gui/box_container.h | 5 +---- scene/gui/button.h | 5 +---- scene/gui/center_container.h | 5 +---- scene/gui/check_box.h | 5 +---- scene/gui/check_button.h | 5 +---- scene/gui/code_edit.h | 5 +---- scene/gui/color_mode.h | 5 +---- scene/gui/color_picker.h | 5 +---- scene/gui/color_rect.h | 5 +---- scene/gui/container.h | 5 +---- scene/gui/control.h | 5 +---- scene/gui/dialogs.h | 5 +---- scene/gui/file_dialog.h | 5 +---- scene/gui/flow_container.h | 5 +---- scene/gui/graph_edit.h | 5 +---- scene/gui/graph_edit_arranger.h | 5 +---- scene/gui/graph_element.h | 5 +---- scene/gui/graph_frame.h | 5 +---- scene/gui/graph_node.h | 5 +---- scene/gui/grid_container.h | 5 +---- scene/gui/item_list.h | 5 +---- scene/gui/label.h | 5 +---- scene/gui/licenses_dialog.h | 5 +---- scene/gui/line_edit.h | 5 +---- scene/gui/link_button.h | 5 +---- scene/gui/margin_container.h | 5 +---- scene/gui/menu_bar.h | 5 +---- scene/gui/menu_button.h | 5 +---- scene/gui/nine_patch_rect.h | 5 +---- scene/gui/option_button.h | 5 +---- scene/gui/panel.h | 5 +---- scene/gui/panel_container.h | 5 +---- scene/gui/popup.h | 5 +---- scene/gui/popup_menu.h | 5 +---- scene/gui/progress_bar.h | 5 +---- scene/gui/range.h | 5 +---- scene/gui/reference_rect.h | 5 +---- scene/gui/rich_text_effect.h | 5 +---- scene/gui/rich_text_label.h | 5 +---- scene/gui/scroll_bar.h | 5 +---- scene/gui/scroll_container.h | 5 +---- scene/gui/separator.h | 5 +---- scene/gui/slider.h | 5 +---- scene/gui/spin_box.h | 5 +---- scene/gui/split_container.h | 5 +---- scene/gui/subviewport_container.h | 5 +---- scene/gui/tab_bar.h | 5 +---- scene/gui/tab_container.h | 5 +---- scene/gui/text_edit.h | 5 +---- scene/gui/texture_button.h | 5 +---- scene/gui/texture_progress_bar.h | 5 +---- scene/gui/texture_rect.h | 5 +---- scene/gui/tree.h | 5 +---- scene/gui/video_stream_player.h | 5 +---- scene/gui/view_panner.h | 5 +---- scene/main/canvas_item.h | 5 +---- scene/main/canvas_layer.h | 5 +---- scene/main/http_request.h | 5 +---- scene/main/instance_placeholder.h | 5 +---- scene/main/missing_node.h | 5 +---- scene/main/multiplayer_api.h | 5 +---- scene/main/multiplayer_peer.h | 5 +---- scene/main/node.h | 5 +---- scene/main/resource_preloader.h | 5 +---- scene/main/scene_tree.h | 5 +---- scene/main/shader_globals_override.h | 5 +---- scene/main/status_indicator.h | 5 +---- scene/main/timer.h | 5 +---- scene/main/viewport.h | 5 +---- scene/main/window.h | 5 +---- scene/property_list_helper.h | 5 +---- scene/property_utils.h | 5 +---- scene/register_scene_types.h | 5 +---- scene/resources/2d/capsule_shape_2d.h | 5 +---- scene/resources/2d/circle_shape_2d.h | 5 +---- scene/resources/2d/concave_polygon_shape_2d.h | 5 +---- scene/resources/2d/convex_polygon_shape_2d.h | 5 +---- .../resources/2d/navigation_mesh_source_geometry_data_2d.h | 5 +---- scene/resources/2d/navigation_polygon.h | 5 +---- scene/resources/2d/polygon_path_finder.h | 5 +---- scene/resources/2d/rectangle_shape_2d.h | 5 +---- scene/resources/2d/segment_shape_2d.h | 5 +---- scene/resources/2d/separation_ray_shape_2d.h | 5 +---- scene/resources/2d/shape_2d.h | 5 +---- scene/resources/2d/skeleton/skeleton_modification_2d.h | 5 +---- .../resources/2d/skeleton/skeleton_modification_2d_ccdik.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_fabrik.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_jiggle.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_lookat.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_physicalbones.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_stackholder.h | 5 +---- .../2d/skeleton/skeleton_modification_2d_twoboneik.h | 5 +---- .../resources/2d/skeleton/skeleton_modification_stack_2d.h | 5 +---- scene/resources/2d/tile_set.h | 5 +---- scene/resources/2d/world_boundary_shape_2d.h | 5 +---- scene/resources/3d/box_shape_3d.h | 5 +---- scene/resources/3d/capsule_shape_3d.h | 5 +---- scene/resources/3d/concave_polygon_shape_3d.h | 5 +---- scene/resources/3d/convex_polygon_shape_3d.h | 5 +---- scene/resources/3d/cylinder_shape_3d.h | 5 +---- scene/resources/3d/fog_material.h | 5 +---- scene/resources/3d/height_map_shape_3d.h | 5 +---- scene/resources/3d/importer_mesh.h | 5 +---- scene/resources/3d/mesh_library.h | 5 +---- .../resources/3d/navigation_mesh_source_geometry_data_3d.h | 5 +---- scene/resources/3d/primitive_meshes.h | 5 +---- scene/resources/3d/separation_ray_shape_3d.h | 5 +---- scene/resources/3d/shape_3d.h | 5 +---- scene/resources/3d/skin.h | 5 +---- scene/resources/3d/sky_material.h | 5 +---- scene/resources/3d/sphere_shape_3d.h | 5 +---- scene/resources/3d/world_3d.h | 5 +---- scene/resources/3d/world_boundary_shape_3d.h | 5 +---- scene/resources/animated_texture.h | 5 +---- scene/resources/animation.h | 5 +---- scene/resources/animation_library.h | 5 +---- scene/resources/atlas_texture.h | 5 +---- scene/resources/audio_stream_polyphonic.h | 5 +---- scene/resources/audio_stream_wav.h | 5 +---- scene/resources/bit_map.h | 5 +---- scene/resources/bone_map.h | 5 +---- scene/resources/camera_attributes.h | 5 +---- scene/resources/camera_texture.h | 5 +---- scene/resources/canvas_item_material.h | 5 +---- scene/resources/color_palette.h | 5 +---- scene/resources/compositor.h | 5 +---- scene/resources/compressed_texture.h | 5 +---- scene/resources/curve.h | 5 +---- scene/resources/curve_texture.h | 5 +---- scene/resources/environment.h | 5 +---- scene/resources/external_texture.h | 5 +---- scene/resources/font.h | 5 +---- scene/resources/gradient.h | 5 +---- scene/resources/gradient_texture.h | 5 +---- scene/resources/image_texture.h | 5 +---- scene/resources/immediate_mesh.h | 5 +---- scene/resources/label_settings.h | 5 +---- scene/resources/material.h | 5 +---- scene/resources/mesh.h | 5 +---- scene/resources/mesh_data_tool.h | 5 +---- scene/resources/mesh_texture.h | 5 +---- scene/resources/multimesh.h | 5 +---- scene/resources/navigation_mesh.h | 5 +---- scene/resources/packed_scene.h | 5 +---- scene/resources/particle_process_material.h | 5 +---- scene/resources/physics_material.h | 5 +---- scene/resources/placeholder_textures.h | 5 +---- scene/resources/portable_compressed_texture.h | 5 +---- scene/resources/resource_format_text.h | 5 +---- scene/resources/shader.h | 5 +---- scene/resources/shader_include.h | 5 +---- scene/resources/skeleton_profile.h | 5 +---- scene/resources/sky.h | 5 +---- scene/resources/sprite_frames.h | 5 +---- scene/resources/style_box.h | 5 +---- scene/resources/style_box_flat.h | 5 +---- scene/resources/style_box_line.h | 5 +---- scene/resources/style_box_texture.h | 5 +---- scene/resources/surface_tool.h | 5 +---- scene/resources/syntax_highlighter.h | 5 +---- scene/resources/text_file.h | 5 +---- scene/resources/text_line.h | 5 +---- scene/resources/text_paragraph.h | 5 +---- scene/resources/texture.h | 5 +---- scene/resources/texture_rd.h | 5 +---- scene/resources/theme.h | 5 +---- scene/resources/video_stream.h | 5 +---- scene/resources/visual_shader.h | 5 +---- scene/resources/visual_shader_nodes.h | 5 +---- scene/resources/visual_shader_particle_nodes.h | 5 +---- scene/resources/visual_shader_sdf_nodes.h | 5 +---- scene/resources/world_2d.h | 5 +---- scene/scene_string_names.h | 5 +---- scene/theme/default_theme.h | 5 +---- scene/theme/theme_db.h | 5 +---- scene/theme/theme_owner.h | 5 +---- servers/audio/audio_driver_dummy.h | 5 +---- servers/audio/audio_effect.h | 5 +---- servers/audio/audio_filter_sw.h | 5 +---- servers/audio/audio_rb_resampler.h | 5 +---- servers/audio/audio_stream.h | 5 +---- servers/audio/effects/audio_effect_amplify.h | 5 +---- servers/audio/effects/audio_effect_capture.h | 5 +---- servers/audio/effects/audio_effect_chorus.h | 5 +---- servers/audio/effects/audio_effect_compressor.h | 5 +---- servers/audio/effects/audio_effect_delay.h | 5 +---- servers/audio/effects/audio_effect_distortion.h | 5 +---- servers/audio/effects/audio_effect_eq.h | 5 +---- servers/audio/effects/audio_effect_filter.h | 5 +---- servers/audio/effects/audio_effect_hard_limiter.h | 5 +---- servers/audio/effects/audio_effect_limiter.h | 5 +---- servers/audio/effects/audio_effect_panner.h | 5 +---- servers/audio/effects/audio_effect_phaser.h | 5 +---- servers/audio/effects/audio_effect_pitch_shift.h | 5 +---- servers/audio/effects/audio_effect_record.h | 5 +---- servers/audio/effects/audio_effect_reverb.h | 5 +---- servers/audio/effects/audio_effect_spectrum_analyzer.h | 5 +---- servers/audio/effects/audio_effect_stereo_enhance.h | 5 +---- servers/audio/effects/audio_stream_generator.h | 5 +---- servers/audio/effects/eq_filter.h | 5 +---- servers/audio/effects/reverb_filter.h | 5 +---- servers/audio_server.h | 5 +---- servers/camera/camera_feed.h | 5 +---- servers/camera_server.h | 5 +---- servers/debugger/servers_debugger.h | 5 +---- servers/display/native_menu.h | 5 +---- servers/display_server.h | 5 +---- servers/display_server_headless.h | 5 +---- servers/extensions/physics_server_2d_extension.h | 5 +---- servers/extensions/physics_server_3d_extension.h | 5 +---- servers/movie_writer/movie_writer.h | 5 +---- servers/movie_writer/movie_writer_mjpeg.h | 5 +---- servers/movie_writer/movie_writer_pngwav.h | 5 +---- servers/navigation/navigation_globals.h | 5 +---- servers/navigation/navigation_path_query_parameters_2d.h | 5 +---- servers/navigation/navigation_path_query_parameters_3d.h | 5 +---- servers/navigation/navigation_path_query_result_2d.h | 5 +---- servers/navigation/navigation_path_query_result_3d.h | 5 +---- servers/navigation/navigation_utilities.h | 5 +---- servers/navigation_server_2d.h | 5 +---- servers/navigation_server_2d_dummy.h | 5 +---- servers/navigation_server_3d.h | 5 +---- servers/navigation_server_3d_dummy.h | 5 +---- servers/physics_server_2d.h | 5 +---- servers/physics_server_2d_dummy.h | 5 +---- servers/physics_server_2d_wrap_mt.h | 5 +---- servers/physics_server_3d.h | 5 +---- servers/physics_server_3d_dummy.h | 5 +---- servers/physics_server_3d_wrap_mt.h | 5 +---- servers/register_server_types.h | 5 +---- servers/rendering/dummy/environment/fog.h | 5 +---- servers/rendering/dummy/environment/gi.h | 5 +---- servers/rendering/dummy/rasterizer_canvas_dummy.h | 5 +---- servers/rendering/dummy/rasterizer_dummy.h | 5 +---- servers/rendering/dummy/rasterizer_scene_dummy.h | 5 +---- servers/rendering/dummy/storage/light_storage.h | 5 +---- servers/rendering/dummy/storage/material_storage.h | 5 +---- servers/rendering/dummy/storage/mesh_storage.h | 5 +---- servers/rendering/dummy/storage/particles_storage.h | 5 +---- servers/rendering/dummy/storage/texture_storage.h | 5 +---- servers/rendering/dummy/storage/utilities.h | 5 +---- servers/rendering/environment/renderer_fog.h | 5 +---- servers/rendering/environment/renderer_gi.h | 5 +---- servers/rendering/instance_uniforms.h | 5 +---- servers/rendering/renderer_canvas_cull.h | 5 +---- servers/rendering/renderer_canvas_render.h | 5 +---- servers/rendering/renderer_compositor.h | 5 +---- servers/rendering/renderer_geometry_instance.h | 5 +---- servers/rendering/renderer_rd/cluster_builder_rd.h | 5 +---- servers/rendering/renderer_rd/effects/bokeh_dof.h | 5 +---- servers/rendering/renderer_rd/effects/copy_effects.h | 5 +---- servers/rendering/renderer_rd/effects/debug_effects.h | 5 +---- servers/rendering/renderer_rd/effects/fsr.h | 5 +---- servers/rendering/renderer_rd/effects/fsr2.h | 5 +---- servers/rendering/renderer_rd/effects/luminance.h | 5 +---- servers/rendering/renderer_rd/effects/metal_fx.h | 5 +---- .../rendering/renderer_rd/effects/motion_vectors_store.h | 5 +---- servers/rendering/renderer_rd/effects/resolve.h | 5 +---- servers/rendering/renderer_rd/effects/roughness_limiter.h | 5 +---- servers/rendering/renderer_rd/effects/sort_effects.h | 5 +---- servers/rendering/renderer_rd/effects/spatial_upscaler.h | 5 +---- servers/rendering/renderer_rd/effects/ss_effects.h | 5 +---- servers/rendering/renderer_rd/effects/taa.h | 5 +---- servers/rendering/renderer_rd/effects/tone_mapper.h | 5 +---- servers/rendering/renderer_rd/effects/vrs.h | 5 +---- servers/rendering/renderer_rd/environment/fog.h | 5 +---- servers/rendering/renderer_rd/environment/gi.h | 5 +---- servers/rendering/renderer_rd/environment/sky.h | 5 +---- .../forward_clustered/render_forward_clustered.h | 5 +---- .../forward_clustered/scene_shader_forward_clustered.h | 5 +---- .../renderer_rd/forward_mobile/render_forward_mobile.h | 5 +---- .../forward_mobile/scene_shader_forward_mobile.h | 5 +---- servers/rendering/renderer_rd/framebuffer_cache_rd.h | 5 +---- servers/rendering/renderer_rd/pipeline_cache_rd.h | 5 +---- servers/rendering/renderer_rd/pipeline_hash_map_rd.h | 5 +---- servers/rendering/renderer_rd/renderer_canvas_render_rd.h | 5 +---- servers/rendering/renderer_rd/renderer_compositor_rd.h | 5 +---- servers/rendering/renderer_rd/renderer_scene_render_rd.h | 5 +---- servers/rendering/renderer_rd/shader_rd.h | 5 +---- .../rendering/renderer_rd/storage_rd/forward_id_storage.h | 5 +---- servers/rendering/renderer_rd/storage_rd/light_storage.h | 5 +---- .../rendering/renderer_rd/storage_rd/material_storage.h | 5 +---- servers/rendering/renderer_rd/storage_rd/mesh_storage.h | 5 +---- .../rendering/renderer_rd/storage_rd/particles_storage.h | 5 +---- .../renderer_rd/storage_rd/render_buffer_custom_data_rd.h | 5 +---- servers/rendering/renderer_rd/storage_rd/render_data_rd.h | 5 +---- .../renderer_rd/storage_rd/render_scene_buffers_rd.h | 5 +---- .../renderer_rd/storage_rd/render_scene_data_rd.h | 5 +---- servers/rendering/renderer_rd/storage_rd/texture_storage.h | 5 +---- servers/rendering/renderer_rd/storage_rd/utilities.h | 5 +---- servers/rendering/renderer_rd/uniform_set_cache_rd.h | 5 +---- servers/rendering/renderer_scene_cull.h | 5 +---- servers/rendering/renderer_scene_occlusion_cull.h | 5 +---- servers/rendering/renderer_scene_render.h | 5 +---- servers/rendering/renderer_viewport.h | 5 +---- servers/rendering/rendering_context_driver.h | 5 +---- servers/rendering/rendering_device.h | 5 +---- servers/rendering/rendering_device_binds.h | 5 +---- servers/rendering/rendering_device_commons.h | 5 +---- servers/rendering/rendering_device_driver.h | 5 +---- servers/rendering/rendering_device_graph.h | 5 +---- servers/rendering/rendering_light_culler.h | 5 +---- servers/rendering/rendering_method.h | 5 +---- servers/rendering/rendering_server_constants.h | 5 +---- servers/rendering/rendering_server_default.h | 5 +---- servers/rendering/rendering_server_globals.h | 5 +---- servers/rendering/shader_compiler.h | 5 +---- servers/rendering/shader_include_db.h | 5 +---- servers/rendering/shader_language.h | 5 +---- servers/rendering/shader_preprocessor.h | 5 +---- servers/rendering/shader_types.h | 5 +---- servers/rendering/shader_warnings.h | 5 +---- servers/rendering/storage/camera_attributes_storage.h | 5 +---- servers/rendering/storage/compositor_storage.h | 5 +---- servers/rendering/storage/environment_storage.h | 5 +---- servers/rendering/storage/light_storage.h | 5 +---- servers/rendering/storage/material_storage.h | 5 +---- servers/rendering/storage/mesh_storage.h | 5 +---- servers/rendering/storage/particles_storage.h | 5 +---- servers/rendering/storage/render_data.h | 5 +---- servers/rendering/storage/render_scene_buffers.h | 5 +---- servers/rendering/storage/render_scene_data.h | 5 +---- servers/rendering/storage/texture_storage.h | 5 +---- servers/rendering/storage/utilities.h | 5 +---- servers/rendering/storage/variant_converters.h | 5 +---- servers/rendering_server.h | 5 +---- servers/server_wrap_mt_common.h | 5 +---- servers/text/text_server_dummy.h | 5 +---- servers/text/text_server_extension.h | 5 +---- servers/text_server.h | 5 +---- servers/xr/xr_body_tracker.h | 5 +---- servers/xr/xr_controller_tracker.h | 5 +---- servers/xr/xr_face_tracker.h | 5 +---- servers/xr/xr_hand_tracker.h | 5 +---- servers/xr/xr_interface.h | 5 +---- servers/xr/xr_interface_extension.h | 5 +---- servers/xr/xr_pose.h | 5 +---- servers/xr/xr_positional_tracker.h | 5 +---- servers/xr/xr_tracker.h | 5 +---- servers/xr/xr_vrs.h | 5 +---- servers/xr_server.h | 5 +---- tests/core/config/test_project_settings.h | 5 +---- tests/core/input/test_input_event.h | 5 +---- tests/core/input/test_input_event_key.h | 5 +---- tests/core/input/test_input_event_mouse.h | 5 +---- tests/core/input/test_shortcut.h | 5 +---- tests/core/io/test_config_file.h | 5 +---- tests/core/io/test_file_access.h | 5 +---- tests/core/io/test_http_client.h | 5 +---- tests/core/io/test_image.h | 5 +---- tests/core/io/test_ip.h | 5 +---- tests/core/io/test_json.h | 5 +---- tests/core/io/test_json_native.h | 5 +---- tests/core/io/test_logger.h | 5 +---- tests/core/io/test_marshalls.h | 5 +---- tests/core/io/test_packet_peer.h | 5 +---- tests/core/io/test_pck_packer.h | 5 +---- tests/core/io/test_resource.h | 5 +---- tests/core/io/test_resource_uid.h | 5 +---- tests/core/io/test_stream_peer.h | 5 +---- tests/core/io/test_stream_peer_buffer.h | 5 +---- tests/core/io/test_tcp_server.h | 5 +---- tests/core/io/test_udp_server.h | 5 +---- tests/core/io/test_xml_parser.h | 5 +---- tests/core/math/test_aabb.h | 5 +---- tests/core/math/test_astar.h | 5 +---- tests/core/math/test_basis.h | 5 +---- tests/core/math/test_color.h | 5 +---- tests/core/math/test_expression.h | 5 +---- tests/core/math/test_geometry_2d.h | 5 +---- tests/core/math/test_geometry_3d.h | 5 +---- tests/core/math/test_math_funcs.h | 5 +---- tests/core/math/test_plane.h | 5 +---- tests/core/math/test_projection.h | 5 +---- tests/core/math/test_quaternion.h | 5 +---- tests/core/math/test_random_number_generator.h | 5 +---- tests/core/math/test_rect2.h | 5 +---- tests/core/math/test_rect2i.h | 5 +---- tests/core/math/test_transform_2d.h | 5 +---- tests/core/math/test_transform_3d.h | 5 +---- tests/core/math/test_vector2.h | 5 +---- tests/core/math/test_vector2i.h | 5 +---- tests/core/math/test_vector3.h | 5 +---- tests/core/math/test_vector3i.h | 5 +---- tests/core/math/test_vector4.h | 5 +---- tests/core/math/test_vector4i.h | 5 +---- tests/core/object/test_class_db.h | 5 +---- tests/core/object/test_method_bind.h | 5 +---- tests/core/object/test_object.h | 5 +---- tests/core/object/test_undo_redo.h | 5 +---- tests/core/os/test_os.h | 5 +---- tests/core/string/test_fuzzy_search.h | 5 +---- tests/core/string/test_node_path.h | 5 +---- tests/core/string/test_string.h | 5 +---- tests/core/string/test_translation.h | 5 +---- tests/core/string/test_translation_server.h | 5 +---- tests/core/templates/test_a_hash_map.h | 5 +---- tests/core/templates/test_command_queue.h | 5 +---- tests/core/templates/test_hash_map.h | 5 +---- tests/core/templates/test_hash_set.h | 5 +---- tests/core/templates/test_list.h | 5 +---- tests/core/templates/test_local_vector.h | 5 +---- tests/core/templates/test_lru.h | 5 +---- tests/core/templates/test_oa_hash_map.h | 5 +---- tests/core/templates/test_paged_array.h | 5 +---- tests/core/templates/test_rid.h | 5 +---- tests/core/templates/test_vector.h | 5 +---- tests/core/test_crypto.h | 5 +---- tests/core/test_hashing_context.h | 5 +---- tests/core/test_time.h | 5 +---- tests/core/threads/test_worker_thread_pool.h | 5 +---- tests/core/variant/test_array.h | 5 +---- tests/core/variant/test_callable.h | 5 +---- tests/core/variant/test_dictionary.h | 5 +---- tests/core/variant/test_variant.h | 5 +---- tests/core/variant/test_variant_utility.h | 5 +---- tests/display_server_mock.h | 5 +---- tests/scene/test_animation.h | 5 +---- tests/scene/test_arraymesh.h | 5 +---- tests/scene/test_audio_stream_wav.h | 5 +---- tests/scene/test_bit_map.h | 5 +---- tests/scene/test_button.h | 4 +--- tests/scene/test_camera_2d.h | 5 +---- tests/scene/test_camera_3d.h | 5 +---- tests/scene/test_code_edit.h | 5 +---- tests/scene/test_color_picker.h | 5 +---- tests/scene/test_control.h | 5 +---- tests/scene/test_curve.h | 5 +---- tests/scene/test_curve_2d.h | 5 +---- tests/scene/test_curve_3d.h | 5 +---- tests/scene/test_fontfile.h | 5 +---- tests/scene/test_gltf_document.h | 5 +---- tests/scene/test_gradient.h | 5 +---- tests/scene/test_gradient_texture.h | 5 +---- tests/scene/test_graph_node.h | 5 +---- tests/scene/test_height_map_shape_3d.h | 5 +---- tests/scene/test_image_texture.h | 5 +---- tests/scene/test_image_texture_3d.h | 5 +---- tests/scene/test_instance_placeholder.h | 5 +---- tests/scene/test_navigation_agent_2d.h | 5 +---- tests/scene/test_navigation_agent_3d.h | 5 +---- tests/scene/test_navigation_obstacle_2d.h | 5 +---- tests/scene/test_navigation_obstacle_3d.h | 5 +---- tests/scene/test_navigation_region_2d.h | 5 +---- tests/scene/test_navigation_region_3d.h | 5 +---- tests/scene/test_node.h | 5 +---- tests/scene/test_node_2d.h | 5 +---- tests/scene/test_option_button.h | 5 +---- tests/scene/test_packed_scene.h | 5 +---- tests/scene/test_parallax_2d.h | 5 +---- tests/scene/test_path_2d.h | 5 +---- tests/scene/test_path_3d.h | 5 +---- tests/scene/test_path_follow_2d.h | 5 +---- tests/scene/test_path_follow_3d.h | 5 +---- tests/scene/test_physics_material.h | 5 +---- tests/scene/test_primitives.h | 5 +---- tests/scene/test_skeleton_3d.h | 5 +---- tests/scene/test_sky.h | 5 +---- tests/scene/test_split_container.h | 5 +---- tests/scene/test_sprite_frames.h | 5 +---- tests/scene/test_style_box_texture.h | 5 +---- tests/scene/test_tab_bar.h | 5 +---- tests/scene/test_tab_container.h | 5 +---- tests/scene/test_text_edit.h | 5 +---- tests/scene/test_texture_progress_bar.h | 5 +---- tests/scene/test_theme.h | 5 +---- tests/scene/test_timer.h | 5 +---- tests/scene/test_tree.h | 5 +---- tests/scene/test_viewport.h | 5 +---- tests/scene/test_visual_shader.h | 5 +---- tests/scene/test_window.h | 5 +---- tests/servers/rendering/test_shader_preprocessor.h | 5 +---- tests/servers/test_navigation_server_2d.h | 5 +---- tests/servers/test_navigation_server_3d.h | 5 +---- tests/servers/test_text_server.h | 5 +---- tests/test_macros.h | 5 +---- tests/test_main.h | 5 +---- tests/test_tools.h | 5 +---- tests/test_utils.h | 5 +---- tests/test_validate_testing.h | 5 +---- 1746 files changed, 1767 insertions(+), 6920 deletions(-) diff --git a/core/config/engine.h b/core/config/engine.h index ec5fb955ac4..701cfda5667 100644 --- a/core/config/engine.h +++ b/core/config/engine.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ENGINE_H -#define ENGINE_H +#pragma once #include "core/os/main_loop.h" #include "core/string/ustring.h" @@ -214,5 +213,3 @@ public: Engine(); virtual ~Engine(); }; - -#endif // ENGINE_H diff --git a/core/config/project_settings.h b/core/config/project_settings.h index 02049290f6b..af4a3dcecef 100644 --- a/core/config/project_settings.h +++ b/core/config/project_settings.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PROJECT_SETTINGS_H -#define PROJECT_SETTINGS_H +#pragma once #include "core/object/class_db.h" @@ -243,5 +242,3 @@ Variant _GLOBAL_DEF(const PropertyInfo &p_info, const Variant &p_default, bool p #define GLOBAL_DEF_RST_NOVAL_BASIC(m_var, m_value) _GLOBAL_DEF(m_var, m_value, true, true, true) #define GLOBAL_DEF_INTERNAL(m_var, m_value) _GLOBAL_DEF(m_var, m_value, false, false, false, true) - -#endif // PROJECT_SETTINGS_H diff --git a/core/core_bind.h b/core/core_bind.h index b96dc56b0dc..76cc420393a 100644 --- a/core/core_bind.h +++ b/core/core_bind.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CORE_BIND_H -#define CORE_BIND_H +#pragma once #include "core/debugger/engine_profiler.h" #include "core/io/resource_loader.h" @@ -670,5 +669,3 @@ VARIANT_ENUM_CAST(core_bind::Geometry2D::PolyEndType); VARIANT_ENUM_CAST(core_bind::Thread::Priority); VARIANT_ENUM_CAST(core_bind::special::ClassDB::APIType); - -#endif // CORE_BIND_H diff --git a/core/core_constants.h b/core/core_constants.h index 8ab4a78a3b4..c432fdca3b1 100644 --- a/core/core_constants.h +++ b/core/core_constants.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CORE_CONSTANTS_H -#define CORE_CONSTANTS_H +#pragma once #include "core/string/string_name.h" #include "core/templates/hash_map.h" @@ -47,5 +46,3 @@ public: static bool is_global_enum(const StringName &p_enum); static void get_enum_values(const StringName &p_enum, HashMap *p_values); }; - -#endif // CORE_CONSTANTS_H diff --git a/core/core_globals.h b/core/core_globals.h index ebb1f41a744..63a6a5b1739 100644 --- a/core/core_globals.h +++ b/core/core_globals.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CORE_GLOBALS_H -#define CORE_GLOBALS_H +#pragma once // Home for state needed from global functions // that cannot be stored in Engine or OS due to e.g. circular includes @@ -40,5 +39,3 @@ public: static bool print_line_enabled; static bool print_error_enabled; }; - -#endif // CORE_GLOBALS_H diff --git a/core/core_string_names.h b/core/core_string_names.h index be3bc38e70a..33203c5b005 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CORE_STRING_NAMES_H -#define CORE_STRING_NAMES_H +#pragma once #include "core/string/string_name.h" @@ -87,5 +86,3 @@ public: }; #define CoreStringName(m_name) CoreStringNames::get_singleton()->m_name - -#endif // CORE_STRING_NAMES_H diff --git a/core/crypto/aes_context.h b/core/crypto/aes_context.h index ab0792ac8be..2ae62c84159 100644 --- a/core/crypto/aes_context.h +++ b/core/crypto/aes_context.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef AES_CONTEXT_H -#define AES_CONTEXT_H +#pragma once #include "core/crypto/crypto_core.h" #include "core/object/ref_counted.h" @@ -64,5 +63,3 @@ public: }; VARIANT_ENUM_CAST(AESContext::Mode); - -#endif // AES_CONTEXT_H diff --git a/core/crypto/crypto.h b/core/crypto/crypto.h index dc4441c9b88..9c752e77ea8 100644 --- a/core/crypto/crypto.h +++ b/core/crypto/crypto.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CRYPTO_H -#define CRYPTO_H +#pragma once #include "core/crypto/hashing_context.h" #include "core/io/resource.h" @@ -167,5 +166,3 @@ public: virtual void get_recognized_extensions(const Ref &p_resource, List *p_extensions) const override; virtual bool recognize(const Ref &p_resource) const override; }; - -#endif // CRYPTO_H diff --git a/core/crypto/crypto_core.h b/core/crypto/crypto_core.h index 4a9ffda8426..75455eb9dda 100644 --- a/core/crypto/crypto_core.h +++ b/core/crypto/crypto_core.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CRYPTO_CORE_H -#define CRYPTO_CORE_H +#pragma once #include "core/object/ref_counted.h" @@ -115,5 +114,3 @@ public: static Error sha1(const uint8_t *p_src, int p_src_len, unsigned char r_hash[20]); static Error sha256(const uint8_t *p_src, int p_src_len, unsigned char r_hash[32]); }; - -#endif // CRYPTO_CORE_H diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h index 436afd837ee..6c9de6a818d 100644 --- a/core/crypto/hashing_context.h +++ b/core/crypto/hashing_context.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef HASHING_CONTEXT_H -#define HASHING_CONTEXT_H +#pragma once #include "core/object/ref_counted.h" @@ -62,5 +61,3 @@ public: }; VARIANT_ENUM_CAST(HashingContext::HashType); - -#endif // HASHING_CONTEXT_H diff --git a/core/debugger/debugger_marshalls.h b/core/debugger/debugger_marshalls.h index 1072ddaeb7f..c661ef39fd7 100644 --- a/core/debugger/debugger_marshalls.h +++ b/core/debugger/debugger_marshalls.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DEBUGGER_MARSHALLS_H -#define DEBUGGER_MARSHALLS_H +#pragma once #include "core/input/shortcut.h" #include "core/object/script_language.h" @@ -73,5 +72,3 @@ struct DebuggerMarshalls { static Array serialize_key_shortcut(const Ref &p_shortcut); static Ref deserialize_key_shortcut(const Array &p_keys); }; - -#endif // DEBUGGER_MARSHALLS_H diff --git a/core/debugger/engine_debugger.h b/core/debugger/engine_debugger.h index 1822915f440..0be50451b07 100644 --- a/core/debugger/engine_debugger.h +++ b/core/debugger/engine_debugger.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ENGINE_DEBUGGER_H -#define ENGINE_DEBUGGER_H +#pragma once #include "core/string/string_name.h" #include "core/string/ustring.h" @@ -140,5 +139,3 @@ public: virtual ~EngineDebugger(); }; - -#endif // ENGINE_DEBUGGER_H diff --git a/core/debugger/engine_profiler.h b/core/debugger/engine_profiler.h index d3d0021e677..f74d20b814f 100644 --- a/core/debugger/engine_profiler.h +++ b/core/debugger/engine_profiler.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ENGINE_PROFILER_H -#define ENGINE_PROFILER_H +#pragma once #include "core/object/gdvirtual.gen.inc" #include "core/object/ref_counted.h" @@ -59,5 +58,3 @@ public: EngineProfiler() {} virtual ~EngineProfiler(); }; - -#endif // ENGINE_PROFILER_H diff --git a/core/debugger/local_debugger.h b/core/debugger/local_debugger.h index 13c975c4bd8..5c603e5f86f 100644 --- a/core/debugger/local_debugger.h +++ b/core/debugger/local_debugger.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef LOCAL_DEBUGGER_H -#define LOCAL_DEBUGGER_H +#pragma once #include "core/debugger/engine_debugger.h" #include "core/object/script_language.h" @@ -55,5 +54,3 @@ public: LocalDebugger(); ~LocalDebugger(); }; - -#endif // LOCAL_DEBUGGER_H diff --git a/core/debugger/remote_debugger.h b/core/debugger/remote_debugger.h index e91d09be175..cbac22577f3 100644 --- a/core/debugger/remote_debugger.h +++ b/core/debugger/remote_debugger.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef REMOTE_DEBUGGER_H -#define REMOTE_DEBUGGER_H +#pragma once #include "core/debugger/debugger_marshalls.h" #include "core/debugger/engine_debugger.h" @@ -122,5 +121,3 @@ public: explicit RemoteDebugger(Ref p_peer); ~RemoteDebugger(); }; - -#endif // REMOTE_DEBUGGER_H diff --git a/core/debugger/remote_debugger_peer.h b/core/debugger/remote_debugger_peer.h index 37da0a927e4..3b171e4b48e 100644 --- a/core/debugger/remote_debugger_peer.h +++ b/core/debugger/remote_debugger_peer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef REMOTE_DEBUGGER_PEER_H -#define REMOTE_DEBUGGER_PEER_H +#pragma once #include "core/io/stream_peer_tcp.h" #include "core/object/ref_counted.h" @@ -92,5 +91,3 @@ public: RemoteDebuggerPeerTCP(Ref p_stream = Ref()); ~RemoteDebuggerPeerTCP(); }; - -#endif // REMOTE_DEBUGGER_PEER_H diff --git a/core/debugger/script_debugger.h b/core/debugger/script_debugger.h index fb786f1b94a..38d1a5b631a 100644 --- a/core/debugger/script_debugger.h +++ b/core/debugger/script_debugger.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef SCRIPT_DEBUGGER_H -#define SCRIPT_DEBUGGER_H +#pragma once #include "core/object/script_language.h" #include "core/string/string_name.h" @@ -82,5 +81,3 @@ public: Vector get_error_stack_info() const; ScriptDebugger() {} }; - -#endif // SCRIPT_DEBUGGER_H diff --git a/core/doc_data.h b/core/doc_data.h index 49f9c3aa149..5611911a0fe 100644 --- a/core/doc_data.h +++ b/core/doc_data.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DOC_DATA_H -#define DOC_DATA_H +#pragma once #include "core/io/xml_parser.h" #include "core/variant/variant.h" @@ -980,5 +979,3 @@ public: static void argument_doc_from_arginfo(DocData::ArgumentDoc &p_argument, const PropertyInfo &p_arginfo); static void method_doc_from_methodinfo(DocData::MethodDoc &p_method, const MethodInfo &p_methodinfo, const String &p_desc); }; - -#endif // DOC_DATA_H diff --git a/core/error/error_list.h b/core/error/error_list.h index cdf06eb06d7..cdc31ecd586 100644 --- a/core/error/error_list.h +++ b/core/error/error_list.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ERROR_LIST_H -#define ERROR_LIST_H +#pragma once /** Error List. Please never compare an error against FAILED * Either do result != OK , or !result. This way, Error fail @@ -98,5 +97,3 @@ enum Error { }; extern const char *error_names[]; - -#endif // ERROR_LIST_H diff --git a/core/error/error_macros.h b/core/error/error_macros.h index 752fd605e0a..1ebf1753a69 100644 --- a/core/error/error_macros.h +++ b/core/error/error_macros.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ERROR_MACROS_H -#define ERROR_MACROS_H +#pragma once #include "core/object/object_id.h" #include "core/typedefs.h" @@ -845,5 +844,3 @@ void _physics_interpolation_warning(const char *p_function, const char *p_file, #define PHYSICS_INTERPOLATION_WARNING(m_string) \ _physics_interpolation_warning(FUNCTION_STR, __FILE__, __LINE__, ObjectID(UINT64_MAX), m_string) - -#endif // ERROR_MACROS_H diff --git a/core/extension/extension_api_dump.h b/core/extension/extension_api_dump.h index 204a115f841..027a8d916e0 100644 --- a/core/extension/extension_api_dump.h +++ b/core/extension/extension_api_dump.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef EXTENSION_API_DUMP_H -#define EXTENSION_API_DUMP_H +#pragma once #include "core/extension/gdextension.h" @@ -42,5 +41,3 @@ public: static Error validate_extension_json_file(const String &p_path); }; #endif - -#endif // EXTENSION_API_DUMP_H diff --git a/core/extension/gdextension.h b/core/extension/gdextension.h index bfed8424b94..dba13ae9305 100644 --- a/core/extension/gdextension.h +++ b/core/extension/gdextension.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_H -#define GDEXTENSION_H +#pragma once #include "core/extension/gdextension_interface.h" #include "core/extension/gdextension_loader.h" @@ -226,5 +225,3 @@ public: }; #endif // TOOLS_ENABLED - -#endif // GDEXTENSION_H diff --git a/core/extension/gdextension_interface.h b/core/extension/gdextension_interface.h index efaa3f6fc59..27771430bda 100644 --- a/core/extension/gdextension_interface.h +++ b/core/extension/gdextension_interface.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_INTERFACE_H -#define GDEXTENSION_INTERFACE_H +#pragma once /* This is a C class header, you can copy it and use it directly in your own binders. * Together with the JSON file, you should be able to generate any binder. @@ -3104,5 +3103,3 @@ typedef void (*GDExtensionsInterfaceEditorHelpLoadXmlFromUtf8CharsAndLen)(const #ifdef __cplusplus } #endif - -#endif // GDEXTENSION_INTERFACE_H diff --git a/core/extension/gdextension_library_loader.h b/core/extension/gdextension_library_loader.h index f781611b305..12107d3a688 100644 --- a/core/extension/gdextension_library_loader.h +++ b/core/extension/gdextension_library_loader.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_LIBRARY_LOADER_H -#define GDEXTENSION_LIBRARY_LOADER_H +#pragma once #include @@ -81,5 +80,3 @@ public: Error parse_gdextension_file(const String &p_path); }; - -#endif // GDEXTENSION_LIBRARY_LOADER_H diff --git a/core/extension/gdextension_loader.h b/core/extension/gdextension_loader.h index 22895503291..23155ed1e36 100644 --- a/core/extension/gdextension_loader.h +++ b/core/extension/gdextension_loader.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_LOADER_H -#define GDEXTENSION_LOADER_H +#pragma once #include "core/object/ref_counted.h" @@ -44,5 +43,3 @@ public: virtual bool has_library_changed() const = 0; virtual bool library_exists() const = 0; }; - -#endif // GDEXTENSION_LOADER_H diff --git a/core/extension/gdextension_manager.h b/core/extension/gdextension_manager.h index 39a600474cd..1523c07c32e 100644 --- a/core/extension/gdextension_manager.h +++ b/core/extension/gdextension_manager.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_MANAGER_H -#define GDEXTENSION_MANAGER_H +#pragma once #include "core/extension/gdextension.h" @@ -92,5 +91,3 @@ public: }; VARIANT_ENUM_CAST(GDExtensionManager::LoadStatus) - -#endif // GDEXTENSION_MANAGER_H diff --git a/core/extension/gdextension_special_compat_hashes.h b/core/extension/gdextension_special_compat_hashes.h index 0d44789779c..9cfb9208564 100644 --- a/core/extension/gdextension_special_compat_hashes.h +++ b/core/extension/gdextension_special_compat_hashes.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GDEXTENSION_SPECIAL_COMPAT_HASHES_H -#define GDEXTENSION_SPECIAL_COMPAT_HASHES_H +#pragma once #ifndef DISABLE_DEPRECATED @@ -58,5 +57,3 @@ public: }; #endif // DISABLE_DEPRECATED - -#endif // GDEXTENSION_SPECIAL_COMPAT_HASHES_H diff --git a/core/input/default_controller_mappings.h b/core/input/default_controller_mappings.h index 34e7d5d81f2..6d7c807a516 100644 --- a/core/input/default_controller_mappings.h +++ b/core/input/default_controller_mappings.h @@ -28,12 +28,9 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DEFAULT_CONTROLLER_MAPPINGS_H -#define DEFAULT_CONTROLLER_MAPPINGS_H +#pragma once class DefaultControllerMappings { public: static const char *mappings[]; }; - -#endif // DEFAULT_CONTROLLER_MAPPINGS_H diff --git a/core/input/input.h b/core/input/input.h index bbe185de3cb..8fc1b9c5dac 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef INPUT_H -#define INPUT_H +#pragma once #include "core/input/input_event.h" #include "core/object/object.h" @@ -403,5 +402,3 @@ public: VARIANT_ENUM_CAST(Input::MouseMode); VARIANT_ENUM_CAST(Input::CursorShape); - -#endif // INPUT_H diff --git a/core/input/input_enums.h b/core/input/input_enums.h index 182a5aabe54..16ddd0c474b 100644 --- a/core/input/input_enums.h +++ b/core/input/input_enums.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef INPUT_ENUMS_H -#define INPUT_ENUMS_H +#pragma once #include "core/error/error_macros.h" @@ -137,5 +136,3 @@ inline MouseButtonMask mouse_button_to_mask(MouseButton button) { return MouseButtonMask(1 << ((int)button - 1)); } - -#endif // INPUT_ENUMS_H diff --git a/core/input/input_event.h b/core/input/input_event.h index 19176f748e9..3aa2ad8afba 100644 --- a/core/input/input_event.h +++ b/core/input/input_event.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef INPUT_EVENT_H -#define INPUT_EVENT_H +#pragma once #include "core/input/input_enums.h" #include "core/io/resource.h" @@ -595,5 +594,3 @@ public: InputEventShortcut(); }; - -#endif // INPUT_EVENT_H diff --git a/core/input/input_map.h b/core/input/input_map.h index 520c10c46e0..9b89281b5cf 100644 --- a/core/input/input_map.h +++ b/core/input/input_map.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef INPUT_MAP_H -#define INPUT_MAP_H +#pragma once #include "core/input/input_event.h" #include "core/object/class_db.h" @@ -116,5 +115,3 @@ public: InputMap(); ~InputMap(); }; - -#endif // INPUT_MAP_H diff --git a/core/input/shortcut.h b/core/input/shortcut.h index 4109e31f239..5c0548276a0 100644 --- a/core/input/shortcut.h +++ b/core/input/shortcut.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef SHORTCUT_H -#define SHORTCUT_H +#pragma once #include "core/input/input_event.h" #include "core/io/resource.h" @@ -55,5 +54,3 @@ public: static bool is_event_array_equal(const Array &p_event_array1, const Array &p_event_array2); }; - -#endif // SHORTCUT_H diff --git a/core/io/compression.h b/core/io/compression.h index ea56ab8eb2a..08468de9d2e 100644 --- a/core/io/compression.h +++ b/core/io/compression.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef COMPRESSION_H -#define COMPRESSION_H +#pragma once #include "core/templates/vector.h" #include "core/typedefs.h" @@ -56,5 +55,3 @@ public: static int decompress(uint8_t *p_dst, int p_dst_max_size, const uint8_t *p_src, int p_src_size, Mode p_mode = MODE_ZSTD); static int decompress_dynamic(Vector *p_dst_vect, int p_max_dst_size, const uint8_t *p_src, int p_src_size, Mode p_mode); }; - -#endif // COMPRESSION_H diff --git a/core/io/config_file.h b/core/io/config_file.h index 05b4ed899e9..01a860becf5 100644 --- a/core/io/config_file.h +++ b/core/io/config_file.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CONFIG_FILE_H -#define CONFIG_FILE_H +#pragma once #include "core/io/file_access.h" #include "core/object/ref_counted.h" @@ -78,5 +77,3 @@ public: Error save_encrypted(const String &p_path, const Vector &p_key); Error save_encrypted_pass(const String &p_path, const String &p_pass); }; - -#endif // CONFIG_FILE_H diff --git a/core/io/dir_access.h b/core/io/dir_access.h index 588e03774b4..f9e1ee10346 100644 --- a/core/io/dir_access.h +++ b/core/io/dir_access.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DIR_ACCESS_H -#define DIR_ACCESS_H +#pragma once #include "core/object/ref_counted.h" #include "core/string/ustring.h" @@ -174,5 +173,3 @@ public: DirAccess() {} virtual ~DirAccess(); }; - -#endif // DIR_ACCESS_H diff --git a/core/io/dtls_server.h b/core/io/dtls_server.h index 5ffed1ecc38..e22a0eff8f0 100644 --- a/core/io/dtls_server.h +++ b/core/io/dtls_server.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DTLS_SERVER_H -#define DTLS_SERVER_H +#pragma once #include "core/io/net_socket.h" #include "core/io/packet_peer_dtls.h" @@ -53,5 +52,3 @@ public: DTLSServer() {} }; - -#endif // DTLS_SERVER_H diff --git a/core/io/file_access.h b/core/io/file_access.h index f53f1f183a5..7c8bddf402d 100644 --- a/core/io/file_access.h +++ b/core/io/file_access.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_H -#define FILE_ACCESS_H +#pragma once #include "core/io/compression.h" #include "core/math/math_defs.h" @@ -273,5 +272,3 @@ public: VARIANT_ENUM_CAST(FileAccess::CompressionMode); VARIANT_ENUM_CAST(FileAccess::ModeFlags); VARIANT_BITFIELD_CAST(FileAccess::UnixPermissionFlags); - -#endif // FILE_ACCESS_H diff --git a/core/io/file_access_compressed.h b/core/io/file_access_compressed.h index 607a45fc0a0..6bc8870f857 100644 --- a/core/io/file_access_compressed.h +++ b/core/io/file_access_compressed.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_COMPRESSED_H -#define FILE_ACCESS_COMPRESSED_H +#pragma once #include "core/io/compression.h" #include "core/io/file_access.h" @@ -107,5 +106,3 @@ public: FileAccessCompressed() {} virtual ~FileAccessCompressed(); }; - -#endif // FILE_ACCESS_COMPRESSED_H diff --git a/core/io/file_access_encrypted.h b/core/io/file_access_encrypted.h index 570955b7835..75844b83aac 100644 --- a/core/io/file_access_encrypted.h +++ b/core/io/file_access_encrypted.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_ENCRYPTED_H -#define FILE_ACCESS_ENCRYPTED_H +#pragma once #include "core/io/file_access.h" @@ -100,5 +99,3 @@ public: FileAccessEncrypted() {} ~FileAccessEncrypted(); }; - -#endif // FILE_ACCESS_ENCRYPTED_H diff --git a/core/io/file_access_memory.h b/core/io/file_access_memory.h index 6845cf7130d..e9e6ab39ce2 100644 --- a/core/io/file_access_memory.h +++ b/core/io/file_access_memory.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_MEMORY_H -#define FILE_ACCESS_MEMORY_H +#pragma once #include "core/io/file_access.h" @@ -78,5 +77,3 @@ public: FileAccessMemory() {} }; - -#endif // FILE_ACCESS_MEMORY_H diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h index 0e4e7cd2893..bfd2083872b 100644 --- a/core/io/file_access_pack.h +++ b/core/io/file_access_pack.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_PACK_H -#define FILE_ACCESS_PACK_H +#pragma once #include "core/io/dir_access.h" #include "core/io/file_access.h" @@ -272,5 +271,3 @@ Ref PackedData::try_open_directory(const String &p_path) { } return da; } - -#endif // FILE_ACCESS_PACK_H diff --git a/core/io/file_access_zip.h b/core/io/file_access_zip.h index a1544feefa3..295d391cb82 100644 --- a/core/io/file_access_zip.h +++ b/core/io/file_access_zip.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FILE_ACCESS_ZIP_H -#define FILE_ACCESS_ZIP_H +#pragma once #ifdef MINIZIP_ENABLED @@ -118,5 +117,3 @@ public: }; #endif // MINIZIP_ENABLED - -#endif // FILE_ACCESS_ZIP_H diff --git a/core/io/http_client.h b/core/io/http_client.h index 59452911221..fe2f2df2895 100644 --- a/core/io/http_client.h +++ b/core/io/http_client.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef HTTP_CLIENT_H -#define HTTP_CLIENT_H +#pragma once #include "core/crypto/crypto.h" #include "core/io/ip.h" @@ -205,5 +204,3 @@ public: VARIANT_ENUM_CAST(HTTPClient::ResponseCode) VARIANT_ENUM_CAST(HTTPClient::Method); VARIANT_ENUM_CAST(HTTPClient::Status); - -#endif // HTTP_CLIENT_H diff --git a/core/io/http_client_tcp.h b/core/io/http_client_tcp.h index dd6cc6b84f0..4e4db3acd9e 100644 --- a/core/io/http_client_tcp.h +++ b/core/io/http_client_tcp.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef HTTP_CLIENT_TCP_H -#define HTTP_CLIENT_TCP_H +#pragma once #include "http_client.h" @@ -100,5 +99,3 @@ public: void set_https_proxy(const String &p_host, int p_port) override; HTTPClientTCP(); }; - -#endif // HTTP_CLIENT_TCP_H diff --git a/core/io/image.h b/core/io/image.h index 992c43597df..9483f954093 100644 --- a/core/io/image.h +++ b/core/io/image.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef IMAGE_H -#define IMAGE_H +#pragma once #include "core/io/resource.h" #include "core/math/color.h" @@ -442,5 +441,3 @@ VARIANT_ENUM_CAST(Image::UsedChannels) VARIANT_ENUM_CAST(Image::AlphaMode) VARIANT_ENUM_CAST(Image::RoughnessChannel) VARIANT_ENUM_CAST(Image::ASTCFormat) - -#endif // IMAGE_H diff --git a/core/io/image_loader.h b/core/io/image_loader.h index 26af650344d..00642da083a 100644 --- a/core/io/image_loader.h +++ b/core/io/image_loader.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef IMAGE_LOADER_H -#define IMAGE_LOADER_H +#pragma once #include "core/core_bind.h" #include "core/io/file_access.h" @@ -108,5 +107,3 @@ public: virtual bool handles_type(const String &p_type) const override; virtual String get_resource_type(const String &p_path) const override; }; - -#endif // IMAGE_LOADER_H diff --git a/core/io/ip.h b/core/io/ip.h index 4816d59ac2d..9d23a465b5c 100644 --- a/core/io/ip.h +++ b/core/io/ip.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef IP_H -#define IP_H +#pragma once #include "core/io/ip_address.h" #include "core/os/os.h" @@ -110,5 +109,3 @@ public: VARIANT_ENUM_CAST(IP::Type); VARIANT_ENUM_CAST(IP::ResolverStatus); - -#endif // IP_H diff --git a/core/io/ip_address.h b/core/io/ip_address.h index da7b0f77db1..d296e50f7f9 100644 --- a/core/io/ip_address.h +++ b/core/io/ip_address.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef IP_ADDRESS_H -#define IP_ADDRESS_H +#pragma once #include "core/string/ustring.h" @@ -95,5 +94,3 @@ public: IPAddress(uint32_t p_a, uint32_t p_b, uint32_t p_c, uint32_t p_d, bool is_v6 = false); IPAddress() { clear(); } }; - -#endif // IP_ADDRESS_H diff --git a/core/io/json.h b/core/io/json.h index 70baf2895b7..9169e57862d 100644 --- a/core/io/json.h +++ b/core/io/json.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef JSON_H -#define JSON_H +#pragma once #include "core/io/resource.h" #include "core/io/resource_loader.h" @@ -125,5 +124,3 @@ public: virtual void get_recognized_extensions(const Ref &p_resource, List *p_extensions) const override; virtual bool recognize(const Ref &p_resource) const override; }; - -#endif // JSON_H diff --git a/core/io/logger.h b/core/io/logger.h index e55f73f6305..f3d8acade5e 100644 --- a/core/io/logger.h +++ b/core/io/logger.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef LOGGER_H -#define LOGGER_H +#pragma once #include "core/io/file_access.h" #include "core/string/ustring.h" @@ -109,5 +108,3 @@ public: virtual ~CompositeLogger(); }; - -#endif // LOGGER_H diff --git a/core/io/marshalls.h b/core/io/marshalls.h index 82c760c28d2..1d057d4d341 100644 --- a/core/io/marshalls.h +++ b/core/io/marshalls.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MARSHALLS_H -#define MARSHALLS_H +#pragma once #include "core/math/math_defs.h" #include "core/object/ref_counted.h" @@ -226,5 +225,3 @@ Error decode_variant(Variant &r_variant, const uint8_t *p_buffer, int p_len, int Error encode_variant(const Variant &p_variant, uint8_t *r_buffer, int &r_len, bool p_full_objects = false, int p_depth = 0); Vector vector3_to_float32_array(const Vector3 *vecs, size_t count); - -#endif // MARSHALLS_H diff --git a/core/io/missing_resource.h b/core/io/missing_resource.h index 4cded5ca247..702cd3b3b1f 100644 --- a/core/io/missing_resource.h +++ b/core/io/missing_resource.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MISSING_RESOURCE_H -#define MISSING_RESOURCE_H +#pragma once #include "core/io/resource.h" @@ -61,5 +60,3 @@ public: MissingResource(); }; - -#endif // MISSING_RESOURCE_H diff --git a/core/io/net_socket.h b/core/io/net_socket.h index 49b23575a79..49671ece6cf 100644 --- a/core/io/net_socket.h +++ b/core/io/net_socket.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef NET_SOCKET_H -#define NET_SOCKET_H +#pragma once #include "core/io/ip.h" #include "core/object/ref_counted.h" @@ -79,5 +78,3 @@ public: virtual ~NetSocket() {} }; - -#endif // NET_SOCKET_H diff --git a/core/io/packed_data_container.h b/core/io/packed_data_container.h index f4ffa090223..8d25d5c9487 100644 --- a/core/io/packed_data_container.h +++ b/core/io/packed_data_container.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PACKED_DATA_CONTAINER_H -#define PACKED_DATA_CONTAINER_H +#pragma once #include "core/io/resource.h" @@ -100,5 +99,3 @@ public: PackedDataContainerRef() {} }; - -#endif // PACKED_DATA_CONTAINER_H diff --git a/core/io/packet_peer.h b/core/io/packet_peer.h index 86ebe32cb6f..91d3bc442b1 100644 --- a/core/io/packet_peer.h +++ b/core/io/packet_peer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PACKET_PEER_H -#define PACKET_PEER_H +#pragma once #include "core/io/stream_peer.h" #include "core/object/class_db.h" @@ -124,5 +123,3 @@ public: int get_output_buffer_max_size() const; PacketPeerStream(); }; - -#endif // PACKET_PEER_H diff --git a/core/io/packet_peer_dtls.h b/core/io/packet_peer_dtls.h index 03d97a59036..5de9640dd54 100644 --- a/core/io/packet_peer_dtls.h +++ b/core/io/packet_peer_dtls.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PACKET_PEER_DTLS_H -#define PACKET_PEER_DTLS_H +#pragma once #include "core/crypto/crypto.h" #include "core/io/packet_peer_udp.h" @@ -64,5 +63,3 @@ public: }; VARIANT_ENUM_CAST(PacketPeerDTLS::Status); - -#endif // PACKET_PEER_DTLS_H diff --git a/core/io/packet_peer_udp.h b/core/io/packet_peer_udp.h index c69a138c53a..1c909860c5e 100644 --- a/core/io/packet_peer_udp.h +++ b/core/io/packet_peer_udp.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PACKET_PEER_UDP_H -#define PACKET_PEER_UDP_H +#pragma once #include "core/io/ip.h" #include "core/io/net_socket.h" @@ -97,5 +96,3 @@ public: PacketPeerUDP(); ~PacketPeerUDP(); }; - -#endif // PACKET_PEER_UDP_H diff --git a/core/io/pck_packer.h b/core/io/pck_packer.h index 043a1dbdb86..4c386b36a28 100644 --- a/core/io/pck_packer.h +++ b/core/io/pck_packer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PCK_PACKER_H -#define PCK_PACKER_H +#pragma once #include "core/object/ref_counted.h" @@ -66,5 +65,3 @@ public: PCKPacker() {} }; - -#endif // PCK_PACKER_H diff --git a/core/io/plist.h b/core/io/plist.h index 7b3199060f4..30bebe66654 100644 --- a/core/io/plist.h +++ b/core/io/plist.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PLIST_H -#define PLIST_H +#pragma once // Property list file format (application/x-plist) parser, property list ASN-1 serialization. @@ -122,5 +121,3 @@ public: PListNode() {} ~PListNode() {} }; - -#endif // PLIST_H diff --git a/core/io/remote_filesystem_client.h b/core/io/remote_filesystem_client.h index f96c263c585..6b4db9b56dc 100644 --- a/core/io/remote_filesystem_client.h +++ b/core/io/remote_filesystem_client.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef REMOTE_FILESYSTEM_CLIENT_H -#define REMOTE_FILESYSTEM_CLIENT_H +#pragma once #include "core/string/ustring.h" #include "core/templates/hash_set.h" @@ -60,5 +59,3 @@ public: Error synchronize_with_server(const String &p_host, int p_port, const String &p_password, String &r_cache_path); virtual ~RemoteFilesystemClient() {} }; - -#endif // REMOTE_FILESYSTEM_CLIENT_H diff --git a/core/io/resource.h b/core/io/resource.h index ebc82ceebf9..bf90937d54f 100644 --- a/core/io/resource.h +++ b/core/io/resource.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_H -#define RESOURCE_H +#pragma once #include "core/io/resource_uid.h" #include "core/object/class_db.h" @@ -179,5 +178,3 @@ public: static void get_cached_resources(List> *p_resources); static int get_cached_resource_count(); }; - -#endif // RESOURCE_H diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index ec8d7ead5d2..dfd2cd6f55a 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_FORMAT_BINARY_H -#define RESOURCE_FORMAT_BINARY_H +#pragma once #include "core/io/file_access.h" #include "core/io/resource_loader.h" @@ -189,5 +188,3 @@ public: ResourceFormatSaverBinary(); }; - -#endif // RESOURCE_FORMAT_BINARY_H diff --git a/core/io/resource_importer.h b/core/io/resource_importer.h index 1d00ef3b824..4b272602e23 100644 --- a/core/io/resource_importer.h +++ b/core/io/resource_importer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_IMPORTER_H -#define RESOURCE_IMPORTER_H +#pragma once #include "core/io/resource_loader.h" #include "core/io/resource_saver.h" @@ -166,5 +165,3 @@ class ResourceFormatImporterSaver : public ResourceFormatSaver { public: virtual Error set_uid(const String &p_path, ResourceUID::ID p_uid) override; }; - -#endif // RESOURCE_IMPORTER_H diff --git a/core/io/resource_loader.h b/core/io/resource_loader.h index 10a82e811d0..20bffc076c5 100644 --- a/core/io/resource_loader.h +++ b/core/io/resource_loader.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_LOADER_H -#define RESOURCE_LOADER_H +#pragma once #include "core/io/resource.h" #include "core/object/gdvirtual.gen.inc" @@ -316,5 +315,3 @@ public: static void initialize(); static void finalize(); }; - -#endif // RESOURCE_LOADER_H diff --git a/core/io/resource_saver.h b/core/io/resource_saver.h index 3e0821926a5..5602a3a422f 100644 --- a/core/io/resource_saver.h +++ b/core/io/resource_saver.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_SAVER_H -#define RESOURCE_SAVER_H +#pragma once #include "core/io/resource.h" #include "core/object/gdvirtual.gen.inc" @@ -103,5 +102,3 @@ public: static void add_custom_savers(); static void remove_custom_savers(); }; - -#endif // RESOURCE_SAVER_H diff --git a/core/io/resource_uid.h b/core/io/resource_uid.h index 2912168dcb4..06196212e27 100644 --- a/core/io/resource_uid.h +++ b/core/io/resource_uid.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RESOURCE_UID_H -#define RESOURCE_UID_H +#pragma once #include "core/object/ref_counted.h" #include "core/string/string_name.h" @@ -93,5 +92,3 @@ public: ResourceUID(); ~ResourceUID(); }; - -#endif // RESOURCE_UID_H diff --git a/core/io/stream_peer.h b/core/io/stream_peer.h index 44bbfbf1d52..0bda96d0961 100644 --- a/core/io/stream_peer.h +++ b/core/io/stream_peer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef STREAM_PEER_H -#define STREAM_PEER_H +#pragma once #include "core/object/ref_counted.h" @@ -152,5 +151,3 @@ public: StreamPeerBuffer() {} }; - -#endif // STREAM_PEER_H diff --git a/core/io/stream_peer_gzip.h b/core/io/stream_peer_gzip.h index a2e25ea4227..394fd61382b 100644 --- a/core/io/stream_peer_gzip.h +++ b/core/io/stream_peer_gzip.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef STREAM_PEER_GZIP_H -#define STREAM_PEER_GZIP_H +#pragma once #include "core/io/stream_peer.h" @@ -72,5 +71,3 @@ public: StreamPeerGZIP(); ~StreamPeerGZIP(); }; - -#endif // STREAM_PEER_GZIP_H diff --git a/core/io/stream_peer_tcp.h b/core/io/stream_peer_tcp.h index d7da7503f9a..80097a663a4 100644 --- a/core/io/stream_peer_tcp.h +++ b/core/io/stream_peer_tcp.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef STREAM_PEER_TCP_H -#define STREAM_PEER_TCP_H +#pragma once #include "core/io/ip.h" #include "core/io/ip_address.h" @@ -92,5 +91,3 @@ public: }; VARIANT_ENUM_CAST(StreamPeerTCP::Status); - -#endif // STREAM_PEER_TCP_H diff --git a/core/io/stream_peer_tls.h b/core/io/stream_peer_tls.h index 3e03e25a2d4..80a481153e3 100644 --- a/core/io/stream_peer_tls.h +++ b/core/io/stream_peer_tls.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef STREAM_PEER_TLS_H -#define STREAM_PEER_TLS_H +#pragma once #include "core/crypto/crypto.h" #include "core/io/stream_peer.h" @@ -66,5 +65,3 @@ public: }; VARIANT_ENUM_CAST(StreamPeerTLS::Status); - -#endif // STREAM_PEER_TLS_H diff --git a/core/io/tcp_server.h b/core/io/tcp_server.h index 472d86f36a1..943d4c6f1d2 100644 --- a/core/io/tcp_server.h +++ b/core/io/tcp_server.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TCP_SERVER_H -#define TCP_SERVER_H +#pragma once #include "core/io/ip.h" #include "core/io/net_socket.h" @@ -59,5 +58,3 @@ public: TCPServer(); ~TCPServer(); }; - -#endif // TCP_SERVER_H diff --git a/core/io/translation_loader_po.h b/core/io/translation_loader_po.h index 1f9782c4253..5ed0e1f5d45 100644 --- a/core/io/translation_loader_po.h +++ b/core/io/translation_loader_po.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRANSLATION_LOADER_PO_H -#define TRANSLATION_LOADER_PO_H +#pragma once #include "core/io/file_access.h" #include "core/io/resource_loader.h" @@ -49,5 +48,3 @@ public: TranslationLoaderPO() {} }; - -#endif // TRANSLATION_LOADER_PO_H diff --git a/core/io/udp_server.h b/core/io/udp_server.h index 39b7fd989f4..9edf4318db2 100644 --- a/core/io/udp_server.h +++ b/core/io/udp_server.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef UDP_SERVER_H -#define UDP_SERVER_H +#pragma once #include "core/io/net_socket.h" #include "core/io/packet_peer_udp.h" @@ -76,5 +75,3 @@ public: UDPServer(); ~UDPServer(); }; - -#endif // UDP_SERVER_H diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h index a14bdee5710..911d2b11b26 100644 --- a/core/io/xml_parser.h +++ b/core/io/xml_parser.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef XML_PARSER_H -#define XML_PARSER_H +#pragma once #include "core/object/ref_counted.h" #include "core/string/ustring.h" @@ -126,5 +125,3 @@ public: }; VARIANT_ENUM_CAST(XMLParser::NodeType); - -#endif // XML_PARSER_H diff --git a/core/io/zip_io.h b/core/io/zip_io.h index cd5c873c4b5..82004d9ca3f 100644 --- a/core/io/zip_io.h +++ b/core/io/zip_io.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef ZIP_IO_H -#define ZIP_IO_H +#pragma once #include "core/io/file_access.h" @@ -61,5 +60,3 @@ voidpf zipio_alloc(voidpf opaque, uInt items, uInt size); void zipio_free(voidpf opaque, voidpf address); zlib_filefunc_def zipio_create_io(Ref *p_data); - -#endif // ZIP_IO_H diff --git a/core/math/a_star.h b/core/math/a_star.h index e510923bd0f..d7e0f3fd6ce 100644 --- a/core/math/a_star.h +++ b/core/math/a_star.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef A_STAR_H -#define A_STAR_H +#pragma once #include "core/object/gdvirtual.gen.inc" #include "core/object/ref_counted.h" @@ -222,5 +221,3 @@ public: AStar2D() {} ~AStar2D() {} }; - -#endif // A_STAR_H diff --git a/core/math/a_star_grid_2d.h b/core/math/a_star_grid_2d.h index ae6f3a1fc99..4883c09206a 100644 --- a/core/math/a_star_grid_2d.h +++ b/core/math/a_star_grid_2d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef A_STAR_GRID_2D_H -#define A_STAR_GRID_2D_H +#pragma once #include "core/object/gdvirtual.gen.inc" #include "core/object/ref_counted.h" @@ -230,5 +229,3 @@ public: VARIANT_ENUM_CAST(AStarGrid2D::DiagonalMode); VARIANT_ENUM_CAST(AStarGrid2D::Heuristic); VARIANT_ENUM_CAST(AStarGrid2D::CellShape) - -#endif // A_STAR_GRID_2D_H diff --git a/core/math/aabb.h b/core/math/aabb.h index 7a5581b5d45..39a62e3dbdd 100644 --- a/core/math/aabb.h +++ b/core/math/aabb.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef AABB_H -#define AABB_H +#pragma once #include "core/math/plane.h" #include "core/math/vector3.h" @@ -495,5 +494,3 @@ AABB AABB::quantized(real_t p_unit) const { ret.quantize(p_unit); return ret; } - -#endif // AABB_H diff --git a/core/math/audio_frame.h b/core/math/audio_frame.h index e205126cdf6..4dd514c65ce 100644 --- a/core/math/audio_frame.h +++ b/core/math/audio_frame.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef AUDIO_FRAME_H -#define AUDIO_FRAME_H +#pragma once #include "core/math/vector2.h" #include "core/typedefs.h" @@ -169,5 +168,3 @@ _ALWAYS_INLINE_ AudioFrame operator*(int32_t p_scalar, const AudioFrame &p_frame _ALWAYS_INLINE_ AudioFrame operator*(int64_t p_scalar, const AudioFrame &p_frame) { return AudioFrame(p_frame.left * p_scalar, p_frame.right * p_scalar); } - -#endif // AUDIO_FRAME_H diff --git a/core/math/basis.h b/core/math/basis.h index 2d4994de197..597e7113997 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef BASIS_H -#define BASIS_H +#pragma once #include "core/math/quaternion.h" #include "core/math/vector3.h" @@ -322,5 +321,3 @@ real_t Basis::determinant() const { rows[1][0] * (rows[0][1] * rows[2][2] - rows[2][1] * rows[0][2]) + rows[2][0] * (rows[0][1] * rows[1][2] - rows[1][1] * rows[0][2]); } - -#endif // BASIS_H diff --git a/core/math/bvh.h b/core/math/bvh.h index 4815466e896..f24da605df1 100644 --- a/core/math/bvh.h +++ b/core/math/bvh.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef BVH_H -#define BVH_H +#pragma once // BVH // This class provides a wrapper around BVH tree, which contains most of the functionality @@ -806,5 +805,3 @@ public: }; #undef BVHTREE_CLASS - -#endif // BVH_H diff --git a/core/math/bvh_abb.h b/core/math/bvh_abb.h index 3d32c250c96..8fa4d55e2e0 100644 --- a/core/math/bvh_abb.h +++ b/core/math/bvh_abb.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef BVH_ABB_H -#define BVH_ABB_H +#pragma once // special optimized version of axis aligned bounding box template @@ -288,5 +287,3 @@ struct BVH_ABB { return false; } }; - -#endif // BVH_ABB_H diff --git a/core/math/bvh_tree.h b/core/math/bvh_tree.h index 2a2a6d6715a..004eef7ffdc 100644 --- a/core/math/bvh_tree.h +++ b/core/math/bvh_tree.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef BVH_TREE_H -#define BVH_TREE_H +#pragma once // BVH Tree // This is an implementation of a dynamic BVH with templated leaf size. @@ -454,5 +453,3 @@ private: }; #undef VERBOSE_PRINT - -#endif // BVH_TREE_H diff --git a/core/math/color.h b/core/math/color.h index c2ffde1849c..72ca7a7aa8a 100644 --- a/core/math/color.h +++ b/core/math/color.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef COLOR_H -#define COLOR_H +#pragma once #include "core/math/math_funcs.h" @@ -301,5 +300,3 @@ bool Color::operator<(const Color &p_color) const { _FORCE_INLINE_ Color operator*(float p_scalar, const Color &p_color) { return p_color * p_scalar; } - -#endif // COLOR_H diff --git a/core/math/color_names.inc b/core/math/color_names.inc index 6c0d2a4bfd8..a9162e369cc 100644 --- a/core/math/color_names.inc +++ b/core/math/color_names.inc @@ -28,6 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ +#pragma once + // Names from https://en.wikipedia.org/wiki/X11_color_names // So this in a way that does not require memory allocation diff --git a/core/math/convex_hull.h b/core/math/convex_hull.h index 75787f7bb53..9af39790321 100644 --- a/core/math/convex_hull.h +++ b/core/math/convex_hull.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CONVEX_HULL_H -#define CONVEX_HULL_H +#pragma once /* Copyright (c) 2011 Ole Kniemeyer, MAXON, www.maxon.net @@ -112,5 +111,3 @@ public: static Error convex_hull(const Vector &p_points, Geometry3D::MeshData &r_mesh); }; - -#endif // CONVEX_HULL_H diff --git a/core/math/delaunay_2d.h b/core/math/delaunay_2d.h index 0bc67a92f63..cb0eca2bfa2 100644 --- a/core/math/delaunay_2d.h +++ b/core/math/delaunay_2d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DELAUNAY_2D_H -#define DELAUNAY_2D_H +#pragma once #include "core/math/rect2.h" #include "core/templates/vector.h" @@ -156,5 +155,3 @@ public: return triangles; } }; - -#endif // DELAUNAY_2D_H diff --git a/core/math/delaunay_3d.h b/core/math/delaunay_3d.h index 5bbdcc093e9..a841d5c0398 100644 --- a/core/math/delaunay_3d.h +++ b/core/math/delaunay_3d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DELAUNAY_3D_H -#define DELAUNAY_3D_H +#pragma once #include "core/io/file_access.h" #include "core/math/aabb.h" @@ -389,5 +388,3 @@ public: return ret_simplices; } }; - -#endif // DELAUNAY_3D_H diff --git a/core/math/disjoint_set.h b/core/math/disjoint_set.h index 4348da992d2..a5c7d2b2eb2 100644 --- a/core/math/disjoint_set.h +++ b/core/math/disjoint_set.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DISJOINT_SET_H -#define DISJOINT_SET_H +#pragma once #include "core/templates/rb_map.h" #include "core/templates/vector.h" @@ -146,5 +145,3 @@ void DisjointSet::get_members(Vector &out_members, T representat } } } - -#endif // DISJOINT_SET_H diff --git a/core/math/dynamic_bvh.h b/core/math/dynamic_bvh.h index 26fc517f7f9..10e4e0637a4 100644 --- a/core/math/dynamic_bvh.h +++ b/core/math/dynamic_bvh.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef DYNAMIC_BVH_H -#define DYNAMIC_BVH_H +#pragma once #include "core/math/aabb.h" #include "core/templates/list.h" @@ -474,5 +473,3 @@ void DynamicBVH::ray_query(const Vector3 &p_from, const Vector3 &p_to, QueryResu } } while (depth > 0); } - -#endif // DYNAMIC_BVH_H diff --git a/core/math/expression.h b/core/math/expression.h index 46bc3618df0..aea714cfbed 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef EXPRESSION_H -#define EXPRESSION_H +#pragma once #include "core/object/ref_counted.h" @@ -271,5 +270,3 @@ public: Expression() {} ~Expression(); }; - -#endif // EXPRESSION_H diff --git a/core/math/face3.h b/core/math/face3.h index 519dcb6414e..0aae49fcd12 100644 --- a/core/math/face3.h +++ b/core/math/face3.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef FACE3_H -#define FACE3_H +#pragma once #include "core/math/aabb.h" #include "core/math/plane.h" @@ -237,5 +236,3 @@ bool Face3::intersects_aabb2(const AABB &p_aabb) const { } return true; } - -#endif // FACE3_H diff --git a/core/math/geometry_2d.h b/core/math/geometry_2d.h index abd395d8dfb..56ab9ceaa45 100644 --- a/core/math/geometry_2d.h +++ b/core/math/geometry_2d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GEOMETRY_2D_H -#define GEOMETRY_2D_H +#pragma once #include "core/math/delaunay_2d.h" #include "core/math/math_funcs.h" @@ -498,5 +497,3 @@ private: static Vector> _polypaths_do_operation(PolyBooleanOperation p_op, const Vector &p_polypath_a, const Vector &p_polypath_b, bool is_a_open = false); static Vector> _polypath_offset(const Vector &p_polypath, real_t p_delta, PolyJoinType p_join_type, PolyEndType p_end_type); }; - -#endif // GEOMETRY_2D_H diff --git a/core/math/geometry_3d.h b/core/math/geometry_3d.h index ff39d825958..26237a50bea 100644 --- a/core/math/geometry_3d.h +++ b/core/math/geometry_3d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef GEOMETRY_3D_H -#define GEOMETRY_3D_H +#pragma once #include "core/math/delaunay_3d.h" #include "core/math/face3.h" @@ -840,5 +839,3 @@ public: return n.normalized(); } }; - -#endif // GEOMETRY_3D_H diff --git a/core/math/math_defs.h b/core/math/math_defs.h index fe53121a038..72fbf7b9f58 100644 --- a/core/math/math_defs.h +++ b/core/math/math_defs.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MATH_DEFS_H -#define MATH_DEFS_H +#pragma once #define CMP_EPSILON 0.00001 #define CMP_EPSILON2 (CMP_EPSILON * CMP_EPSILON) @@ -136,5 +135,3 @@ typedef double real_t; #else typedef float real_t; #endif - -#endif // MATH_DEFS_H diff --git a/core/math/math_fieldwise.h b/core/math/math_fieldwise.h index 6d222c15781..8519e9d4308 100644 --- a/core/math/math_fieldwise.h +++ b/core/math/math_fieldwise.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MATH_FIELDWISE_H -#define MATH_FIELDWISE_H +#pragma once #ifdef TOOLS_ENABLED @@ -38,5 +37,3 @@ Variant fieldwise_assign(const Variant &p_target, const Variant &p_source, const String &p_field); #endif // TOOLS_ENABLED - -#endif // MATH_FIELDWISE_H diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index 1afc5f4bbbd..419bb1222af 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MATH_FUNCS_H -#define MATH_FUNCS_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_defs.h" @@ -758,5 +757,3 @@ public: return p_target; } }; - -#endif // MATH_FUNCS_H diff --git a/core/math/plane.h b/core/math/plane.h index 65783ff4cfc..d1370db2eef 100644 --- a/core/math/plane.h +++ b/core/math/plane.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PLANE_H -#define PLANE_H +#pragma once #include "core/math/vector3.h" @@ -132,5 +131,3 @@ bool Plane::operator==(const Plane &p_plane) const { bool Plane::operator!=(const Plane &p_plane) const { return normal != p_plane.normal || d != p_plane.d; } - -#endif // PLANE_H diff --git a/core/math/projection.h b/core/math/projection.h index 5af43561c0c..ad3dda1b7cd 100644 --- a/core/math/projection.h +++ b/core/math/projection.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef PROJECTION_H -#define PROJECTION_H +#pragma once #include "core/math/vector3.h" #include "core/math/vector4.h" @@ -164,5 +163,3 @@ Vector3 Projection::xform(const Vector3 &p_vec3) const { real_t w = columns[0][3] * p_vec3.x + columns[1][3] * p_vec3.y + columns[2][3] * p_vec3.z + columns[3][3]; return ret / w; } - -#endif // PROJECTION_H diff --git a/core/math/quaternion.h b/core/math/quaternion.h index 58a4ec5b74d..cb60d78d378 100644 --- a/core/math/quaternion.h +++ b/core/math/quaternion.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef QUATERNION_H -#define QUATERNION_H +#pragma once #include "core/math/math_funcs.h" #include "core/math/vector3.h" @@ -237,5 +236,3 @@ bool Quaternion::operator!=(const Quaternion &p_quaternion) const { _FORCE_INLINE_ Quaternion operator*(real_t p_real, const Quaternion &p_quaternion) { return p_quaternion * p_real; } - -#endif // QUATERNION_H diff --git a/core/math/quick_hull.h b/core/math/quick_hull.h index f4891a7c61e..e374211d5ea 100644 --- a/core/math/quick_hull.h +++ b/core/math/quick_hull.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef QUICK_HULL_H -#define QUICK_HULL_H +#pragma once #include "core/math/geometry_3d.h" #include "core/templates/list.h" @@ -89,5 +88,3 @@ public: static uint32_t debug_stop_after; static Error build(const Vector &p_points, Geometry3D::MeshData &r_mesh); }; - -#endif // QUICK_HULL_H diff --git a/core/math/random_number_generator.h b/core/math/random_number_generator.h index 7ec4cdffb0e..aa21b41a23f 100644 --- a/core/math/random_number_generator.h +++ b/core/math/random_number_generator.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RANDOM_NUMBER_GENERATOR_H -#define RANDOM_NUMBER_GENERATOR_H +#pragma once #include "core/math/random_pcg.h" #include "core/object/ref_counted.h" @@ -61,5 +60,3 @@ public: RandomNumberGenerator() { randbase.randomize(); } }; - -#endif // RANDOM_NUMBER_GENERATOR_H diff --git a/core/math/random_pcg.h b/core/math/random_pcg.h index 6bad70059f7..c3a754a639d 100644 --- a/core/math/random_pcg.h +++ b/core/math/random_pcg.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RANDOM_PCG_H -#define RANDOM_PCG_H +#pragma once #include "core/math/math_defs.h" @@ -149,5 +148,3 @@ public: float random(float p_from, float p_to); int random(int p_from, int p_to); }; - -#endif // RANDOM_PCG_H diff --git a/core/math/rect2.h b/core/math/rect2.h index 817923c1348..55b468d8a08 100644 --- a/core/math/rect2.h +++ b/core/math/rect2.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RECT2_H -#define RECT2_H +#pragma once #include "core/error/error_macros.h" #include "core/math/vector2.h" @@ -371,5 +370,3 @@ struct [[nodiscard]] Rect2 { size(p_size) { } }; - -#endif // RECT2_H diff --git a/core/math/rect2i.h b/core/math/rect2i.h index 5f3a3d54f5d..56a5cfec2f0 100644 --- a/core/math/rect2i.h +++ b/core/math/rect2i.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef RECT2I_H -#define RECT2I_H +#pragma once #include "core/error/error_macros.h" #include "core/math/vector2i.h" @@ -237,5 +236,3 @@ struct [[nodiscard]] Rect2i { size(p_size) { } }; - -#endif // RECT2I_H diff --git a/core/math/static_raycaster.h b/core/math/static_raycaster.h index 74e4b75163b..9a9fc6a6aa2 100644 --- a/core/math/static_raycaster.h +++ b/core/math/static_raycaster.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef STATIC_RAYCASTER_H -#define STATIC_RAYCASTER_H +#pragma once #include "core/object/ref_counted.h" @@ -107,5 +106,3 @@ public: static Ref create(); }; - -#endif // STATIC_RAYCASTER_H diff --git a/core/math/transform_2d.h b/core/math/transform_2d.h index 1ee7d3d84f7..eda4379c34f 100644 --- a/core/math/transform_2d.h +++ b/core/math/transform_2d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRANSFORM_2D_H -#define TRANSFORM_2D_H +#pragma once #include "core/math/math_funcs.h" #include "core/math/rect2.h" @@ -249,5 +248,3 @@ Vector Transform2D::xform_inv(const Vector &p_array) const { } return array; } - -#endif // TRANSFORM_2D_H diff --git a/core/math/transform_3d.h b/core/math/transform_3d.h index b1de233445e..12fddfbed3f 100644 --- a/core/math/transform_3d.h +++ b/core/math/transform_3d.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRANSFORM_3D_H -#define TRANSFORM_3D_H +#pragma once #include "core/math/aabb.h" #include "core/math/basis.h" @@ -269,5 +268,3 @@ _FORCE_INLINE_ Plane Transform3D::xform_inv_fast(const Plane &p_plane, const Tra real_t d = normal.dot(point); return Plane(normal, d); } - -#endif // TRANSFORM_3D_H diff --git a/core/math/transform_interpolator.h b/core/math/transform_interpolator.h index cc556707e4c..d80876d9d3f 100644 --- a/core/math/transform_interpolator.h +++ b/core/math/transform_interpolator.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRANSFORM_INTERPOLATOR_H -#define TRANSFORM_INTERPOLATOR_H +#pragma once #include "core/math/math_defs.h" #include "core/math/vector3.h" @@ -91,5 +90,3 @@ public: static Method find_method(const Basis &p_a, const Basis &p_b); }; - -#endif // TRANSFORM_INTERPOLATOR_H diff --git a/core/math/triangle_mesh.h b/core/math/triangle_mesh.h index 24fc12dda92..28f792b4dd4 100644 --- a/core/math/triangle_mesh.h +++ b/core/math/triangle_mesh.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRIANGLE_MESH_H -#define TRIANGLE_MESH_H +#pragma once #include "core/math/face3.h" #include "core/object/ref_counted.h" @@ -94,5 +93,3 @@ public: void create(const Vector &p_faces, const Vector &p_surface_indices = Vector()); TriangleMesh(); }; - -#endif // TRIANGLE_MESH_H diff --git a/core/math/triangulate.h b/core/math/triangulate.h index 0b88f7ec4cb..87cdbd4f9cf 100644 --- a/core/math/triangulate.h +++ b/core/math/triangulate.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef TRIANGULATE_H -#define TRIANGULATE_H +#pragma once #include "core/math/vector2.h" #include "core/templates/vector.h" @@ -58,5 +57,3 @@ public: private: static bool snip(const Vector &p_contour, int u, int v, int w, int n, const Vector &V, bool relaxed); }; - -#endif // TRIANGULATE_H diff --git a/core/math/vector2.h b/core/math/vector2.h index edb47db6fd3..6f74ed72087 100644 --- a/core/math/vector2.h +++ b/core/math/vector2.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR2_H -#define VECTOR2_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_funcs.h" @@ -326,5 +325,3 @@ _FORCE_INLINE_ Vector2 operator*(int64_t p_scalar, const Vector2 &p_vec) { typedef Vector2 Size2; typedef Vector2 Point2; - -#endif // VECTOR2_H diff --git a/core/math/vector2i.h b/core/math/vector2i.h index fff9b0a658f..f4a3582e5ab 100644 --- a/core/math/vector2i.h +++ b/core/math/vector2i.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR2I_H -#define VECTOR2I_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_funcs.h" @@ -169,5 +168,3 @@ _FORCE_INLINE_ Vector2i operator*(double p_scalar, const Vector2i &p_vector) { typedef Vector2i Size2i; typedef Vector2i Point2i; - -#endif // VECTOR2I_H diff --git a/core/math/vector3.h b/core/math/vector3.h index fd0dec3550d..e219d102dca 100644 --- a/core/math/vector3.h +++ b/core/math/vector3.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR3_H -#define VECTOR3_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_funcs.h" @@ -549,5 +548,3 @@ Vector3 Vector3::reflect(const Vector3 &p_normal) const { #endif return 2.0f * p_normal * dot(p_normal) - *this; } - -#endif // VECTOR3_H diff --git a/core/math/vector3i.h b/core/math/vector3i.h index 40d0700bf73..6866d4f3d83 100644 --- a/core/math/vector3i.h +++ b/core/math/vector3i.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR3I_H -#define VECTOR3I_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_funcs.h" @@ -335,5 +334,3 @@ bool Vector3i::operator>=(const Vector3i &p_v) const { void Vector3i::zero() { x = y = z = 0; } - -#endif // VECTOR3I_H diff --git a/core/math/vector4.h b/core/math/vector4.h index 9197e3587ab..fdfea98af4a 100644 --- a/core/math/vector4.h +++ b/core/math/vector4.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR4_H -#define VECTOR4_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_defs.h" @@ -302,5 +301,3 @@ _FORCE_INLINE_ Vector4 operator*(int32_t p_scalar, const Vector4 &p_vec) { _FORCE_INLINE_ Vector4 operator*(int64_t p_scalar, const Vector4 &p_vec) { return p_vec * p_scalar; } - -#endif // VECTOR4_H diff --git a/core/math/vector4i.h b/core/math/vector4i.h index a9036d684ab..84504897ebe 100644 --- a/core/math/vector4i.h +++ b/core/math/vector4i.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef VECTOR4I_H -#define VECTOR4I_H +#pragma once #include "core/error/error_macros.h" #include "core/math/math_funcs.h" @@ -363,5 +362,3 @@ bool Vector4i::operator>=(const Vector4i &p_v) const { void Vector4i::zero() { x = y = z = w = 0; } - -#endif // VECTOR4I_H diff --git a/core/object/callable_method_pointer.h b/core/object/callable_method_pointer.h index a12db51cbb0..ea2353f5671 100644 --- a/core/object/callable_method_pointer.h +++ b/core/object/callable_method_pointer.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CALLABLE_METHOD_POINTER_H -#define CALLABLE_METHOD_POINTER_H +#pragma once #include "core/object/object.h" #include "core/variant/binder_common.h" @@ -292,5 +291,3 @@ Callable create_custom_callable_static_function_pointer( #else #define callable_mp_static(M) create_custom_callable_static_function_pointer(M) #endif - -#endif // CALLABLE_METHOD_POINTER_H diff --git a/core/object/class_db.h b/core/object/class_db.h index ed9550cc2f8..27c6d689ced 100644 --- a/core/object/class_db.h +++ b/core/object/class_db.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef CLASS_DB_H -#define CLASS_DB_H +#pragma once #include "core/object/method_bind.h" #include "core/object/object.h" @@ -565,5 +564,3 @@ _FORCE_INLINE_ Vector errarray(P... p_args) { #define GDREGISTER_NATIVE_STRUCT(m_class, m_code) ClassDB::register_native_struct(#m_class, m_code, sizeof(m_class)) #include "core/disabled_classes.gen.h" - -#endif // CLASS_DB_H diff --git a/core/object/message_queue.h b/core/object/message_queue.h index 64e244bda8b..8a66d0c1828 100644 --- a/core/object/message_queue.h +++ b/core/object/message_queue.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef MESSAGE_QUEUE_H -#define MESSAGE_QUEUE_H +#pragma once #include "core/object/object_id.h" #include "core/os/thread_safe.h" @@ -171,5 +170,3 @@ public: MessageQueue(); ~MessageQueue(); }; - -#endif // MESSAGE_QUEUE_H diff --git a/core/object/method_bind.h b/core/object/method_bind.h index a07824a0dca..af96d2b3c94 100644 --- a/core/object/method_bind.h +++ b/core/object/method_bind.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef METHOD_BIND_H -#define METHOD_BIND_H +#pragma once #include "core/variant/binder_common.h" @@ -790,5 +789,3 @@ MethodBind *create_static_method_bind(R (*p_method)(P...)) { MethodBind *a = memnew((MethodBindTRS)(p_method)); return a; } - -#endif // METHOD_BIND_H diff --git a/core/object/object.h b/core/object/object.h index c66f24d05d1..686304625be 100644 --- a/core/object/object.h +++ b/core/object/object.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef OBJECT_H -#define OBJECT_H +#pragma once #include "core/extension/gdextension_interface.h" #include "core/object/message_queue.h" @@ -1065,5 +1064,3 @@ public: static void debug_objects(DebugFunc p_func); static int get_object_count(); }; - -#endif // OBJECT_H diff --git a/core/object/object_id.h b/core/object/object_id.h index b04e2df128c..76aec0f7290 100644 --- a/core/object/object_id.h +++ b/core/object/object_id.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef OBJECT_ID_H -#define OBJECT_ID_H +#pragma once #include "core/typedefs.h" @@ -59,5 +58,3 @@ public: _ALWAYS_INLINE_ explicit ObjectID(const uint64_t p_id) { id = p_id; } _ALWAYS_INLINE_ explicit ObjectID(const int64_t p_id) { id = p_id; } }; - -#endif // OBJECT_ID_H diff --git a/core/object/ref_counted.h b/core/object/ref_counted.h index 927e457de2c..be1633622ce 100644 --- a/core/object/ref_counted.h +++ b/core/object/ref_counted.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef REF_COUNTED_H -#define REF_COUNTED_H +#pragma once #include "core/object/class_db.h" #include "core/templates/safe_refcount.h" @@ -277,5 +276,3 @@ struct VariantInternalAccessor &> { static _FORCE_INLINE_ Ref get(const Variant *v) { return Ref(*VariantInternal::get_object(v)); } static _FORCE_INLINE_ void set(Variant *v, const Ref &p_ref) { VariantInternal::object_assign(v, p_ref); } }; - -#endif // REF_COUNTED_H diff --git a/core/object/script_instance.h b/core/object/script_instance.h index 2c8132ec1f1..59b7199cb6b 100644 --- a/core/object/script_instance.h +++ b/core/object/script_instance.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef SCRIPT_INSTANCE_H -#define SCRIPT_INSTANCE_H +#pragma once #include "core/object/ref_counted.h" @@ -96,5 +95,3 @@ public: virtual ScriptLanguage *get_language() = 0; virtual ~ScriptInstance(); }; - -#endif // SCRIPT_INSTANCE_H diff --git a/core/object/script_language.h b/core/object/script_language.h index 8158d633ae1..7d439da6cac 100644 --- a/core/object/script_language.h +++ b/core/object/script_language.h @@ -28,8 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /**************************************************************************/ -#ifndef SCRIPT_LANGUAGE_H -#define SCRIPT_LANGUAGE_H +#pragma once #include "core/doc_data.h" #include "core/io/resource.h" @@ -505,5 +504,3 @@ public: PlaceHolderScriptInstance(ScriptLanguage *p_language, Ref