diff --git a/editor/animation_bezier_editor.h b/editor/animation_bezier_editor.h index 233349484..595b425cd 100644 --- a/editor/animation_bezier_editor.h +++ b/editor/animation_bezier_editor.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_BEZIER_EDITOR_H +#define ANIMATION_BEZIER_EDITOR_H /*************************************************************************/ /* animation_bezier_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_BEZIER_EDITOR_H -#define ANIMATION_BEZIER_EDITOR_H + + #include "animation_track_editor.h" diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 494297575..5b460ab6a 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_TRACK_EDITOR_H +#define ANIMATION_TRACK_EDITOR_H /*************************************************************************/ /* animation_track_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_TRACK_EDITOR_H -#define ANIMATION_TRACK_EDITOR_H + + #include "editor/editor_data.h" #include "editor/editor_spin_slider.h" diff --git a/editor/animation_track_editor_plugins.h b/editor/animation_track_editor_plugins.h index fa6bd2618..2ce3f54db 100644 --- a/editor/animation_track_editor_plugins.h +++ b/editor/animation_track_editor_plugins.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_TRACK_EDITOR_PLUGINS_H +#define ANIMATION_TRACK_EDITOR_PLUGINS_H /*************************************************************************/ /* animation_track_editor_plugins.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_TRACK_EDITOR_PLUGINS_H -#define ANIMATION_TRACK_EDITOR_PLUGINS_H + + #include "editor/animation_track_editor.h" diff --git a/editor/array_property_edit.h b/editor/array_property_edit.h index 0988a03d8..8be423362 100644 --- a/editor/array_property_edit.h +++ b/editor/array_property_edit.h @@ -1,3 +1,5 @@ +#ifndef ARRAY_PROPERTY_EDIT_H +#define ARRAY_PROPERTY_EDIT_H /*************************************************************************/ /* array_property_edit.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ARRAY_PROPERTY_EDIT_H -#define ARRAY_PROPERTY_EDIT_H + + #include "scene/main/node.h" diff --git a/editor/audio_stream_preview.h b/editor/audio_stream_preview.h index 6830f4be4..a87726166 100644 --- a/editor/audio_stream_preview.h +++ b/editor/audio_stream_preview.h @@ -1,3 +1,5 @@ +#ifndef AUDIO_STREAM_PREVIEW_H +#define AUDIO_STREAM_PREVIEW_H /*************************************************************************/ /* audio_stream_preview.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef AUDIO_STREAM_PREVIEW_H -#define AUDIO_STREAM_PREVIEW_H + + #include "core/os/thread.h" #include "core/safe_refcount.h" diff --git a/editor/code_editor.h b/editor/code_editor.h index 0d0a63508..dd0e7b41b 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -1,3 +1,5 @@ +#ifndef CODE_EDITOR_H +#define CODE_EDITOR_H /*************************************************************************/ /* code_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CODE_EDITOR_H -#define CODE_EDITOR_H + + #include "editor/editor_plugin.h" #include "scene/gui/check_box.h" diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index c2eef3d61..c56a92ceb 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -1,3 +1,5 @@ +#ifndef CONNECTIONS_DIALOG_H +#define CONNECTIONS_DIALOG_H /*************************************************************************/ /* connections_dialog.h */ /*************************************************************************/ @@ -32,8 +34,8 @@ @author Juan Linietsky */ -#ifndef CONNECTIONS_DIALOG_H -#define CONNECTIONS_DIALOG_H + + #include "core/undo_redo.h" #include "editor/editor_inspector.h" diff --git a/editor/create_dialog.h b/editor/create_dialog.h index 354ec10ec..676b476d7 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -1,3 +1,5 @@ +#ifndef CREATE_DIALOG_H +#define CREATE_DIALOG_H /*************************************************************************/ /* create_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CREATE_DIALOG_H -#define CREATE_DIALOG_H + + #include "editor_help.h" #include "scene/gui/button.h" diff --git a/editor/dependency_editor.h b/editor/dependency_editor.h index 24b443be4..16ae2ea5f 100644 --- a/editor/dependency_editor.h +++ b/editor/dependency_editor.h @@ -1,3 +1,5 @@ +#ifndef DEPENDENCY_EDITOR_H +#define DEPENDENCY_EDITOR_H /*************************************************************************/ /* dependency_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef DEPENDENCY_EDITOR_H -#define DEPENDENCY_EDITOR_H + + #include "editor_file_dialog.h" #include "scene/gui/dialogs.h" diff --git a/editor/dictionary_property_edit.h b/editor/dictionary_property_edit.h index 53529cd59..4ec160e6f 100644 --- a/editor/dictionary_property_edit.h +++ b/editor/dictionary_property_edit.h @@ -1,3 +1,5 @@ +#ifndef DICTIONARY_PROPERTY_EDIT_H +#define DICTIONARY_PROPERTY_EDIT_H /*************************************************************************/ /* dictionary_property_edit.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef DICTIONARY_PROPERTY_EDIT_H -#define DICTIONARY_PROPERTY_EDIT_H + + #include "scene/main/node.h" diff --git a/editor/doc/doc_data.h b/editor/doc/doc_data.h index 6f5541aef..2bf62ee74 100644 --- a/editor/doc/doc_data.h +++ b/editor/doc/doc_data.h @@ -1,3 +1,5 @@ +#ifndef DOC_DATA_H +#define DOC_DATA_H /*************************************************************************/ /* doc_data.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef DOC_DATA_H -#define DOC_DATA_H + + #include "core/io/xml_parser.h" #include "core/map.h" diff --git a/editor/editor_about.h b/editor/editor_about.h index 59010a948..e10eed447 100644 --- a/editor/editor_about.h +++ b/editor/editor_about.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_ABOUT_H +#define EDITOR_ABOUT_H /*************************************************************************/ /* editor_about.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_ABOUT_H -#define EDITOR_ABOUT_H + + #include "scene/gui/control.h" #include "scene/gui/dialogs.h" diff --git a/editor/editor_atlas_packer.h b/editor/editor_atlas_packer.h index 3bb6b139e..a0726c5cd 100644 --- a/editor/editor_atlas_packer.h +++ b/editor/editor_atlas_packer.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_ATLAS_PACKER_H +#define EDITOR_ATLAS_PACKER_H /*************************************************************************/ /* editor_atlas_packer.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_ATLAS_PACKER_H -#define EDITOR_ATLAS_PACKER_H + + #include "core/math/vector2.h" diff --git a/editor/editor_audio_buses.h b/editor/editor_audio_buses.h index a5cce1001..dc0efb39e 100644 --- a/editor/editor_audio_buses.h +++ b/editor/editor_audio_buses.h @@ -1,3 +1,5 @@ +#ifndef EDITORAUDIOBUSES_H +#define EDITORAUDIOBUSES_H /*************************************************************************/ /* editor_audio_buses.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORAUDIOBUSES_H -#define EDITORAUDIOBUSES_H + + #include "editor/editor_file_dialog.h" #include "editor_plugin.h" diff --git a/editor/editor_autoload_settings.h b/editor/editor_autoload_settings.h index de5eda528..d8731293c 100644 --- a/editor/editor_autoload_settings.h +++ b/editor/editor_autoload_settings.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_AUTOLOAD_SETTINGS_H +#define EDITOR_AUTOLOAD_SETTINGS_H /*************************************************************************/ /* editor_autoload_settings.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_AUTOLOAD_SETTINGS_H -#define EDITOR_AUTOLOAD_SETTINGS_H + + #include "scene/gui/tree.h" diff --git a/editor/editor_data.h b/editor/editor_data.h index be82f6eef..383025573 100644 --- a/editor/editor_data.h +++ b/editor/editor_data.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_DATA_H +#define EDITOR_DATA_H /*************************************************************************/ /* editor_data.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_DATA_H -#define EDITOR_DATA_H + + #include "core/list.h" #include "core/pair.h" diff --git a/editor/editor_dir_dialog.h b/editor/editor_dir_dialog.h index 94208cb88..d8165c009 100644 --- a/editor/editor_dir_dialog.h +++ b/editor/editor_dir_dialog.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_DIR_DIALOG_H +#define EDITOR_DIR_DIALOG_H /*************************************************************************/ /* editor_dir_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_DIR_DIALOG_H -#define EDITOR_DIR_DIALOG_H + + #include "core/os/dir_access.h" #include "editor/editor_file_system.h" diff --git a/editor/editor_export.h b/editor/editor_export.h index 80926c1e7..095b1750f 100644 --- a/editor/editor_export.h +++ b/editor/editor_export.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_EXPORT_H +#define EDITOR_EXPORT_H /*************************************************************************/ /* editor_export.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_EXPORT_H -#define EDITOR_EXPORT_H + + #include "core/os/dir_access.h" #include "core/resource.h" diff --git a/editor/editor_file_dialog.h b/editor/editor_file_dialog.h index 49c4f016c..fc62de5c6 100644 --- a/editor/editor_file_dialog.h +++ b/editor/editor_file_dialog.h @@ -1,3 +1,5 @@ +#ifndef EDITORFILEDIALOG_H +#define EDITORFILEDIALOG_H /*************************************************************************/ /* editor_file_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORFILEDIALOG_H -#define EDITORFILEDIALOG_H + + #include "core/os/dir_access.h" #include "scene/gui/box_container.h" diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h index 660a1afee..f56193449 100644 --- a/editor/editor_file_system.h +++ b/editor/editor_file_system.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_FILE_SYSTEM_H +#define EDITOR_FILE_SYSTEM_H /*************************************************************************/ /* editor_file_system.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_FILE_SYSTEM_H -#define EDITOR_FILE_SYSTEM_H + + #include "core/os/dir_access.h" #include "core/os/thread.h" diff --git a/editor/editor_folding.h b/editor/editor_folding.h index b1c1f4932..818c60e90 100644 --- a/editor/editor_folding.h +++ b/editor/editor_folding.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_FOLDING_H +#define EDITOR_FOLDING_H /*************************************************************************/ /* editor_folding.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_FOLDING_H -#define EDITOR_FOLDING_H + + #include "scene/main/node.h" diff --git a/editor/editor_fonts.h b/editor/editor_fonts.h index e450af00d..af15dc5f4 100644 --- a/editor/editor_fonts.h +++ b/editor/editor_fonts.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_FONTS_H +#define EDITOR_FONTS_H /*************************************************************************/ /* editor_fonts.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_FONTS_H -#define EDITOR_FONTS_H + + #include "scene/resources/theme.h" diff --git a/editor/editor_help.h b/editor/editor_help.h index 3488eba8e..ac373eff3 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_HELP_H +#define EDITOR_HELP_H /*************************************************************************/ /* editor_help.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_HELP_H -#define EDITOR_HELP_H + + #include "editor/code_editor.h" #include "editor/doc/doc_data.h" diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h index 4f55c7894..fe24b90c6 100644 --- a/editor/editor_help_search.h +++ b/editor/editor_help_search.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_HELP_SEARCH_H +#define EDITOR_HELP_SEARCH_H /*************************************************************************/ /* editor_help_search.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_HELP_SEARCH_H -#define EDITOR_HELP_SEARCH_H + + #include "core/ordered_hash_map.h" #include "editor/code_editor.h" diff --git a/editor/editor_inspector.h b/editor/editor_inspector.h index 1eb804e89..c79c57234 100644 --- a/editor/editor_inspector.h +++ b/editor/editor_inspector.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_INSPECTOR_H +#define EDITOR_INSPECTOR_H /*************************************************************************/ /* editor_inspector.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_INSPECTOR_H -#define EDITOR_INSPECTOR_H + + #include "scene/gui/box_container.h" #include "scene/gui/line_edit.h" diff --git a/editor/editor_layouts_dialog.h b/editor/editor_layouts_dialog.h index 36025a042..dc4bec468 100644 --- a/editor/editor_layouts_dialog.h +++ b/editor/editor_layouts_dialog.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_LAYOUTS_DIALOG_H +#define EDITOR_LAYOUTS_DIALOG_H /*************************************************************************/ /* editor_layouts_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_LAYOUTS_DIALOG_H -#define EDITOR_LAYOUTS_DIALOG_H + + #include "scene/gui/dialogs.h" diff --git a/editor/editor_log.h b/editor/editor_log.h index 1dfe7895f..7e174f312 100644 --- a/editor/editor_log.h +++ b/editor/editor_log.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_LOG_H +#define EDITOR_LOG_H /*************************************************************************/ /* editor_log.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_LOG_H -#define EDITOR_LOG_H + + #include "scene/gui/control.h" #include "scene/gui/label.h" diff --git a/editor/editor_network_profiler.h b/editor/editor_network_profiler.h index 54ab3264d..7bbeb2672 100644 --- a/editor/editor_network_profiler.h +++ b/editor/editor_network_profiler.h @@ -1,3 +1,5 @@ +#ifndef EDITORNETWORKPROFILER_H +#define EDITORNETWORKPROFILER_H /*************************************************************************/ /* editor_network_profiler.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORNETWORKPROFILER_H -#define EDITORNETWORKPROFILER_H + + #include "scene/gui/box_container.h" #include "scene/gui/button.h" diff --git a/editor/editor_node.h b/editor/editor_node.h index 3d6292c5a..6df5556cc 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_NODE_H +#define EDITOR_NODE_H /*************************************************************************/ /* editor_node.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_NODE_H -#define EDITOR_NODE_H + + #include "core/safe_refcount.h" #include "editor/editor_data.h" diff --git a/editor/editor_path.h b/editor/editor_path.h index ad8443534..408daa9a8 100644 --- a/editor/editor_path.h +++ b/editor/editor_path.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_PATH_H +#define EDITOR_PATH_H /*************************************************************************/ /* editor_path.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_PATH_H -#define EDITOR_PATH_H + + #include "editor_data.h" #include "scene/gui/box_container.h" diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h index f4748ec4e..772d2ae1b 100644 --- a/editor/editor_plugin.h +++ b/editor/editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_PLUGIN_H +#define EDITOR_PLUGIN_H /*************************************************************************/ /* editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_PLUGIN_H -#define EDITOR_PLUGIN_H + + #include "core/io/config_file.h" #include "core/undo_redo.h" diff --git a/editor/editor_plugin_settings.h b/editor/editor_plugin_settings.h index 7ce405797..ac0163a7b 100644 --- a/editor/editor_plugin_settings.h +++ b/editor/editor_plugin_settings.h @@ -1,3 +1,5 @@ +#ifndef EDITORPLUGINSETTINGS_H +#define EDITORPLUGINSETTINGS_H /*************************************************************************/ /* editor_plugin_settings.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORPLUGINSETTINGS_H -#define EDITORPLUGINSETTINGS_H + + #include "core/undo_redo.h" #include "editor/plugin_config_dialog.h" diff --git a/editor/editor_profiler.h b/editor/editor_profiler.h index 31748ea45..3d6930369 100644 --- a/editor/editor_profiler.h +++ b/editor/editor_profiler.h @@ -1,3 +1,5 @@ +#ifndef EDITORPROFILER_H +#define EDITORPROFILER_H /*************************************************************************/ /* editor_profiler.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORPROFILER_H -#define EDITORPROFILER_H + + #include "scene/gui/box_container.h" #include "scene/gui/button.h" diff --git a/editor/editor_properties.h b/editor/editor_properties.h index 9acea06f0..a440238e7 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_PROPERTIES_H +#define EDITOR_PROPERTIES_H /*************************************************************************/ /* editor_properties.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_PROPERTIES_H -#define EDITOR_PROPERTIES_H + + #include "editor/create_dialog.h" #include "editor/editor_inspector.h" diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h index bf9459672..f84721839 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_PROPERTIES_ARRAY_DICT_H +#define EDITOR_PROPERTIES_ARRAY_DICT_H /*************************************************************************/ /* editor_properties_array_dict.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_PROPERTIES_ARRAY_DICT_H -#define EDITOR_PROPERTIES_ARRAY_DICT_H + + #include "editor/editor_inspector.h" #include "editor/editor_spin_slider.h" diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h index efd7abced..72cd8d322 100644 --- a/editor/editor_property_name_processor.h +++ b/editor/editor_property_name_processor.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_PROPERTY_NAME_PROCESSOR_H +#define EDITOR_PROPERTY_NAME_PROCESSOR_H /*************************************************************************/ /* editor_property_name_processor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_PROPERTY_NAME_PROCESSOR_H -#define EDITOR_PROPERTY_NAME_PROCESSOR_H + + #include "scene/main/node.h" diff --git a/editor/editor_resource_picker.h b/editor/editor_resource_picker.h index a94949e78..1abe8ab0c 100644 --- a/editor/editor_resource_picker.h +++ b/editor/editor_resource_picker.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_RESOURCE_PICKER_H +#define EDITOR_RESOURCE_PICKER_H /*************************************************************************/ /* editor_resource_picker.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_RESOURCE_PICKER_H -#define EDITOR_RESOURCE_PICKER_H + + #include "editor_file_dialog.h" #include "quick_open.h" diff --git a/editor/editor_resource_preview.h b/editor/editor_resource_preview.h index a604333b9..858d7f41f 100644 --- a/editor/editor_resource_preview.h +++ b/editor/editor_resource_preview.h @@ -1,3 +1,5 @@ +#ifndef EDITORRESOURCEPREVIEW_H +#define EDITORRESOURCEPREVIEW_H /*************************************************************************/ /* editor_resource_preview.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORRESOURCEPREVIEW_H -#define EDITORRESOURCEPREVIEW_H + + #include "core/os/semaphore.h" #include "core/os/thread.h" diff --git a/editor/editor_run.h b/editor/editor_run.h index 5be56bb95..5ceb56883 100644 --- a/editor/editor_run.h +++ b/editor/editor_run.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_RUN_H +#define EDITOR_RUN_H /*************************************************************************/ /* editor_run.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_RUN_H -#define EDITOR_RUN_H + + #include "core/os/os.h" #include "scene/main/node.h" diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h index d04c6d2e3..4d6934824 100644 --- a/editor/editor_run_native.h +++ b/editor/editor_run_native.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_RUN_NATIVE_H +#define EDITOR_RUN_NATIVE_H /*************************************************************************/ /* editor_run_native.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_RUN_NATIVE_H -#define EDITOR_RUN_NATIVE_H + + #include "scene/gui/box_container.h" #include "scene/gui/menu_button.h" diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h index e6d4b16d4..b5b410acb 100644 --- a/editor/editor_run_script.h +++ b/editor/editor_run_script.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_RUN_SCRIPT_H +#define EDITOR_RUN_SCRIPT_H /*************************************************************************/ /* editor_run_script.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_RUN_SCRIPT_H -#define EDITOR_RUN_SCRIPT_H + + #include "core/reference.h" #include "editor_plugin.h" diff --git a/editor/editor_scale.h b/editor/editor_scale.h index 918fde15f..468605d64 100644 --- a/editor/editor_scale.h +++ b/editor/editor_scale.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_SCALE_H +#define EDITOR_SCALE_H /*************************************************************************/ /* editor_scale.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_SCALE_H -#define EDITOR_SCALE_H + + void editor_set_scale(float p_scale); float editor_get_scale(); diff --git a/editor/editor_sectioned_inspector.h b/editor/editor_sectioned_inspector.h index 02295b18f..f30806bba 100644 --- a/editor/editor_sectioned_inspector.h +++ b/editor/editor_sectioned_inspector.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_SECTIONED_INSPECTOR_H +#define EDITOR_SECTIONED_INSPECTOR_H /*************************************************************************/ /* editor_sectioned_inspector.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_SECTIONED_INSPECTOR_H -#define EDITOR_SECTIONED_INSPECTOR_H + + #include "editor/editor_inspector.h" #include "scene/gui/split_container.h" diff --git a/editor/editor_settings.h b/editor/editor_settings.h index ae5506c6f..9ae14f1af 100644 --- a/editor/editor_settings.h +++ b/editor/editor_settings.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_SETTINGS_H +#define EDITOR_SETTINGS_H /*************************************************************************/ /* editor_settings.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_SETTINGS_H -#define EDITOR_SETTINGS_H + + #include "core/object.h" diff --git a/editor/editor_spin_slider.h b/editor/editor_spin_slider.h index f324d4010..758f20354 100644 --- a/editor/editor_spin_slider.h +++ b/editor/editor_spin_slider.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_SPIN_SLIDER_H +#define EDITOR_SPIN_SLIDER_H /*************************************************************************/ /* editor_spin_slider.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_SPIN_SLIDER_H -#define EDITOR_SPIN_SLIDER_H + + #include "scene/gui/line_edit.h" #include "scene/gui/range.h" diff --git a/editor/editor_sub_scene.h b/editor/editor_sub_scene.h index 345171342..8f4dd308b 100644 --- a/editor/editor_sub_scene.h +++ b/editor/editor_sub_scene.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_SUB_SCENE_H +#define EDITOR_SUB_SCENE_H /*************************************************************************/ /* editor_sub_scene.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_SUB_SCENE_H -#define EDITOR_SUB_SCENE_H + + #include "editor/editor_file_dialog.h" #include "scene/gui/dialogs.h" diff --git a/editor/editor_themes.h b/editor/editor_themes.h index 642558d77..842db2997 100644 --- a/editor/editor_themes.h +++ b/editor/editor_themes.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_THEMES_H +#define EDITOR_THEMES_H /*************************************************************************/ /* editor_themes.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_THEMES_H -#define EDITOR_THEMES_H + + #include "scene/resources/texture.h" #include "scene/resources/theme.h" diff --git a/editor/editor_translation.h b/editor/editor_translation.h index f0dad2a4a..f990a20ca 100644 --- a/editor/editor_translation.h +++ b/editor/editor_translation.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_TRANSLATION_H +#define EDITOR_TRANSLATION_H /*************************************************************************/ /* editor_translation.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_TRANSLATION_H -#define EDITOR_TRANSLATION_H + + #include "core/ustring.h" #include "core/vector.h" diff --git a/editor/export_template_manager.h b/editor/export_template_manager.h index 3d6b07669..68f32825b 100644 --- a/editor/export_template_manager.h +++ b/editor/export_template_manager.h @@ -1,3 +1,5 @@ +#ifndef EXPORT_TEMPLATE_MANAGER_H +#define EXPORT_TEMPLATE_MANAGER_H /*************************************************************************/ /* export_template_manager.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EXPORT_TEMPLATE_MANAGER_H -#define EXPORT_TEMPLATE_MANAGER_H + + #include "editor/editor_settings.h" #include "scene/gui/dialogs.h" diff --git a/editor/fileserver/editor_file_server.h b/editor/fileserver/editor_file_server.h index 7e733b11e..cdf275738 100644 --- a/editor/fileserver/editor_file_server.h +++ b/editor/fileserver/editor_file_server.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_FILE_SERVER_H +#define EDITOR_FILE_SERVER_H /*************************************************************************/ /* editor_file_server.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_FILE_SERVER_H -#define EDITOR_FILE_SERVER_H + + #include "core/io/file_access_network.h" #include "core/io/packet_peer.h" diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 0366fa3fc..61cea4a6d 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -1,3 +1,5 @@ +#ifndef FILESYSTEM_DOCK_H +#define FILESYSTEM_DOCK_H /*************************************************************************/ /* filesystem_dock.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef FILESYSTEM_DOCK_H -#define FILESYSTEM_DOCK_H + + #include "scene/gui/box_container.h" #include "scene/gui/control.h" diff --git a/editor/find_in_files.h b/editor/find_in_files.h index fb9d3f9f6..88245e33b 100644 --- a/editor/find_in_files.h +++ b/editor/find_in_files.h @@ -1,3 +1,5 @@ +#ifndef FIND_IN_FILES_H +#define FIND_IN_FILES_H /*************************************************************************/ /* find_in_files.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef FIND_IN_FILES_H -#define FIND_IN_FILES_H + + #include "core/hash_map.h" #include "scene/gui/dialogs.h" diff --git a/editor/groups_editor.h b/editor/groups_editor.h index 7368bf1c9..4522668ef 100644 --- a/editor/groups_editor.h +++ b/editor/groups_editor.h @@ -1,3 +1,5 @@ +#ifndef GROUPS_EDITOR_H +#define GROUPS_EDITOR_H /*************************************************************************/ /* groups_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef GROUPS_EDITOR_H -#define GROUPS_EDITOR_H + + #include "core/undo_redo.h" #include "editor/scene_tree_editor.h" diff --git a/editor/import/editor_import_plugin.h b/editor/import/editor_import_plugin.h index 41798566b..1e2fb3ad7 100644 --- a/editor/import/editor_import_plugin.h +++ b/editor/import/editor_import_plugin.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_IMPORT_PLUGIN_H +#define EDITOR_IMPORT_PLUGIN_H /*************************************************************************/ /* editor_import_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_IMPORT_PLUGIN_H -#define EDITOR_IMPORT_PLUGIN_H + + #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_bitmask.h b/editor/import/resource_importer_bitmask.h index 3b7432826..96ecdc2fa 100644 --- a/editor/import/resource_importer_bitmask.h +++ b/editor/import/resource_importer_bitmask.h @@ -1,3 +1,5 @@ +#ifndef RESOURCE_IMPORTER_BITMASK_H +#define RESOURCE_IMPORTER_BITMASK_H /*************************************************************************/ /* resource_importer_bitmask.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCE_IMPORTER_BITMASK_H -#define RESOURCE_IMPORTER_BITMASK_H + + #include "core/image.h" #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_csv_translation.h b/editor/import/resource_importer_csv_translation.h index 576fd6879..42b39d439 100644 --- a/editor/import/resource_importer_csv_translation.h +++ b/editor/import/resource_importer_csv_translation.h @@ -1,3 +1,5 @@ +#ifndef RESOURCEIMPORTERCSVTRANSLATION_H +#define RESOURCEIMPORTERCSVTRANSLATION_H /*************************************************************************/ /* resource_importer_csv_translation.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCEIMPORTERCSVTRANSLATION_H -#define RESOURCEIMPORTERCSVTRANSLATION_H + + #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_image.h b/editor/import/resource_importer_image.h index 36f1aa4fc..33abe3a75 100644 --- a/editor/import/resource_importer_image.h +++ b/editor/import/resource_importer_image.h @@ -1,3 +1,5 @@ +#ifndef RESOURCE_IMPORTER_IMAGE_H +#define RESOURCE_IMPORTER_IMAGE_H /*************************************************************************/ /* resource_importer_image.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCE_IMPORTER_IMAGE_H -#define RESOURCE_IMPORTER_IMAGE_H + + #include "core/image.h" #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_layered_texture.h b/editor/import/resource_importer_layered_texture.h index 8841b7b92..081eb5d80 100644 --- a/editor/import/resource_importer_layered_texture.h +++ b/editor/import/resource_importer_layered_texture.h @@ -1,3 +1,5 @@ +#ifndef RESOURCE_IMPORTER_LAYERED_TEXTURE_H +#define RESOURCE_IMPORTER_LAYERED_TEXTURE_H /*************************************************************************/ /* resource_importer_layered_texture.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCE_IMPORTER_LAYERED_TEXTURE_H -#define RESOURCE_IMPORTER_LAYERED_TEXTURE_H + + #include "core/image.h" #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_scene.h b/editor/import/resource_importer_scene.h index d757aafa2..ccb6b7458 100644 --- a/editor/import/resource_importer_scene.h +++ b/editor/import/resource_importer_scene.h @@ -1,3 +1,5 @@ +#ifndef RESOURCEIMPORTERSCENE_H +#define RESOURCEIMPORTERSCENE_H /*************************************************************************/ /* resource_importer_scene.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCEIMPORTERSCENE_H -#define RESOURCEIMPORTERSCENE_H + + #include "core/io/resource_importer.h" #include "scene/resources/animation.h" diff --git a/editor/import/resource_importer_texture.h b/editor/import/resource_importer_texture.h index 7a21aa944..e5893291f 100644 --- a/editor/import/resource_importer_texture.h +++ b/editor/import/resource_importer_texture.h @@ -1,3 +1,5 @@ +#ifndef RESOURCEIMPORTTEXTURE_H +#define RESOURCEIMPORTTEXTURE_H /*************************************************************************/ /* resource_importer_texture.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCEIMPORTTEXTURE_H -#define RESOURCEIMPORTTEXTURE_H + + #include "core/image.h" #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_texture_atlas.h b/editor/import/resource_importer_texture_atlas.h index fb1ea5ef0..67021cf1a 100644 --- a/editor/import/resource_importer_texture_atlas.h +++ b/editor/import/resource_importer_texture_atlas.h @@ -1,3 +1,5 @@ +#ifndef RESOURCE_IMPORTER_TEXTURE_ATLAS_H +#define RESOURCE_IMPORTER_TEXTURE_ATLAS_H /*************************************************************************/ /* resource_importer_texture_atlas.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCE_IMPORTER_TEXTURE_ATLAS_H -#define RESOURCE_IMPORTER_TEXTURE_ATLAS_H + + #include "core/image.h" #include "core/io/resource_importer.h" diff --git a/editor/import/resource_importer_wav.h b/editor/import/resource_importer_wav.h index 1451d79f5..b558b6894 100644 --- a/editor/import/resource_importer_wav.h +++ b/editor/import/resource_importer_wav.h @@ -1,3 +1,5 @@ +#ifndef RESOURCEIMPORTWAV_H +#define RESOURCEIMPORTWAV_H /*************************************************************************/ /* resource_importer_wav.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCEIMPORTWAV_H -#define RESOURCEIMPORTWAV_H + + #include "core/io/resource_importer.h" diff --git a/editor/import_defaults_editor.h b/editor/import_defaults_editor.h index 7a21a6e16..5d8c8517a 100644 --- a/editor/import_defaults_editor.h +++ b/editor/import_defaults_editor.h @@ -1,3 +1,5 @@ +#ifndef IMPORT_DEFAULTS_EDITOR_H +#define IMPORT_DEFAULTS_EDITOR_H /*************************************************************************/ /* import_defaults_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef IMPORT_DEFAULTS_EDITOR_H -#define IMPORT_DEFAULTS_EDITOR_H + + #include "core/undo_redo.h" #include "editor/editor_data.h" diff --git a/editor/import_dock.h b/editor/import_dock.h index 5695616b9..e28b868a6 100644 --- a/editor/import_dock.h +++ b/editor/import_dock.h @@ -1,3 +1,5 @@ +#ifndef IMPORTDOCK_H +#define IMPORTDOCK_H /*************************************************************************/ /* import_dock.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef IMPORTDOCK_H -#define IMPORTDOCK_H + + #include "core/io/config_file.h" #include "core/io/resource_importer.h" diff --git a/editor/inspector_dock.h b/editor/inspector_dock.h index bfafc0504..456f5e837 100644 --- a/editor/inspector_dock.h +++ b/editor/inspector_dock.h @@ -1,3 +1,5 @@ +#ifndef INSPECTOR_DOCK_H +#define INSPECTOR_DOCK_H /*************************************************************************/ /* inspector_dock.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef INSPECTOR_DOCK_H -#define INSPECTOR_DOCK_H + + #include "editor/animation_track_editor.h" #include "editor/connections_dialog.h" diff --git a/editor/multi_node_edit.h b/editor/multi_node_edit.h index e5b9d799e..3261e5af3 100644 --- a/editor/multi_node_edit.h +++ b/editor/multi_node_edit.h @@ -1,3 +1,5 @@ +#ifndef MULTI_NODE_EDIT_H +#define MULTI_NODE_EDIT_H /*************************************************************************/ /* multi_node_edit.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef MULTI_NODE_EDIT_H -#define MULTI_NODE_EDIT_H + + #include "scene/main/node.h" diff --git a/editor/node_dock.h b/editor/node_dock.h index 78b6a7e2a..0140dbf38 100644 --- a/editor/node_dock.h +++ b/editor/node_dock.h @@ -1,3 +1,5 @@ +#ifndef NODE_DOCK_H +#define NODE_DOCK_H /*************************************************************************/ /* node_dock.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef NODE_DOCK_H -#define NODE_DOCK_H + + #include "connections_dialog.h" #include "groups_editor.h" diff --git a/editor/pane_drag.h b/editor/pane_drag.h index 07fc6a5fe..1f79f55c4 100644 --- a/editor/pane_drag.h +++ b/editor/pane_drag.h @@ -1,3 +1,5 @@ +#ifndef PANE_DRAG_H +#define PANE_DRAG_H /*************************************************************************/ /* pane_drag.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PANE_DRAG_H -#define PANE_DRAG_H + + #include "scene/gui/control.h" diff --git a/editor/plugin_config_dialog.h b/editor/plugin_config_dialog.h index abf7e0cc7..8331ee06e 100644 --- a/editor/plugin_config_dialog.h +++ b/editor/plugin_config_dialog.h @@ -1,3 +1,5 @@ +#ifndef PLUGIN_CONFIG_DIALOG_H +#define PLUGIN_CONFIG_DIALOG_H /*************************************************************************/ /* plugin_config_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PLUGIN_CONFIG_DIALOG_H -#define PLUGIN_CONFIG_DIALOG_H + + #include "scene/gui/check_box.h" #include "scene/gui/dialogs.h" diff --git a/editor/plugins/abstract_polygon_2d_editor.h b/editor/plugins/abstract_polygon_2d_editor.h index 67599c15a..e4ce147fa 100644 --- a/editor/plugins/abstract_polygon_2d_editor.h +++ b/editor/plugins/abstract_polygon_2d_editor.h @@ -1,3 +1,5 @@ +#ifndef ABSTRACT_POLYGON_2D_EDITOR_H +#define ABSTRACT_POLYGON_2D_EDITOR_H /*************************************************************************/ /* abstract_polygon_2d_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ABSTRACT_POLYGON_2D_EDITOR_H -#define ABSTRACT_POLYGON_2D_EDITOR_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_blend_space_1d_editor.h b/editor/plugins/animation_blend_space_1d_editor.h index 0f1f95947..8a1656af1 100644 --- a/editor/plugins/animation_blend_space_1d_editor.h +++ b/editor/plugins/animation_blend_space_1d_editor.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_BLEND_SPACE_1D_EDITOR_H +#define ANIMATION_BLEND_SPACE_1D_EDITOR_H /*************************************************************************/ /* animation_blend_space_1d_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_BLEND_SPACE_1D_EDITOR_H -#define ANIMATION_BLEND_SPACE_1D_EDITOR_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_blend_space_2d_editor.h b/editor/plugins/animation_blend_space_2d_editor.h index 900ac6130..2b75c9c77 100644 --- a/editor/plugins/animation_blend_space_2d_editor.h +++ b/editor/plugins/animation_blend_space_2d_editor.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_BLEND_SPACE_2D_EDITOR_H +#define ANIMATION_BLEND_SPACE_2D_EDITOR_H /*************************************************************************/ /* animation_blend_space_2d_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_BLEND_SPACE_2D_EDITOR_H -#define ANIMATION_BLEND_SPACE_2D_EDITOR_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h index 7d33bbee9..ff691fd3c 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.h +++ b/editor/plugins/animation_blend_tree_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_BLEND_TREE_EDITOR_PLUGIN_H +#define ANIMATION_BLEND_TREE_EDITOR_PLUGIN_H /*************************************************************************/ /* animation_blend_tree_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_BLEND_TREE_EDITOR_PLUGIN_H -#define ANIMATION_BLEND_TREE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index a291d59d5..8efe1f6d1 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_PLAYER_EDITOR_PLUGIN_H +#define ANIMATION_PLAYER_EDITOR_PLUGIN_H /*************************************************************************/ /* animation_player_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_PLAYER_EDITOR_PLUGIN_H -#define ANIMATION_PLAYER_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_state_machine_editor.h b/editor/plugins/animation_state_machine_editor.h index 4d295c590..9288db844 100644 --- a/editor/plugins/animation_state_machine_editor.h +++ b/editor/plugins/animation_state_machine_editor.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_STATE_MACHINE_EDITOR_H +#define ANIMATION_STATE_MACHINE_EDITOR_H /*************************************************************************/ /* animation_state_machine_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_STATE_MACHINE_EDITOR_H -#define ANIMATION_STATE_MACHINE_EDITOR_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_tree_editor_plugin.h b/editor/plugins/animation_tree_editor_plugin.h index e1789b3cf..3db6761be 100644 --- a/editor/plugins/animation_tree_editor_plugin.h +++ b/editor/plugins/animation_tree_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_TREE_EDITOR_PLUGIN_H +#define ANIMATION_TREE_EDITOR_PLUGIN_H /*************************************************************************/ /* animation_tree_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_TREE_EDITOR_PLUGIN_H -#define ANIMATION_TREE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/animation_tree_player_editor_plugin.h b/editor/plugins/animation_tree_player_editor_plugin.h index e15c82298..d1d429146 100644 --- a/editor/plugins/animation_tree_player_editor_plugin.h +++ b/editor/plugins/animation_tree_player_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ANIMATION_TREE_PLAYER_EDITOR_PLUGIN_H +#define ANIMATION_TREE_PLAYER_EDITOR_PLUGIN_H /*************************************************************************/ /* animation_tree_player_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ANIMATION_TREE_PLAYER_EDITOR_PLUGIN_H -#define ANIMATION_TREE_PLAYER_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/audio_stream_editor_plugin.h b/editor/plugins/audio_stream_editor_plugin.h index 467a5fd8f..c38cbb882 100644 --- a/editor/plugins/audio_stream_editor_plugin.h +++ b/editor/plugins/audio_stream_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef AUDIO_STREAM_EDITOR_PLUGIN_H +#define AUDIO_STREAM_EDITOR_PLUGIN_H /*************************************************************************/ /* audio_stream_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef AUDIO_STREAM_EDITOR_PLUGIN_H -#define AUDIO_STREAM_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/camera_editor_plugin.h b/editor/plugins/camera_editor_plugin.h index cf14ed267..6791b2bf5 100644 --- a/editor/plugins/camera_editor_plugin.h +++ b/editor/plugins/camera_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef CAMERA_EDITOR_PLUGIN_H +#define CAMERA_EDITOR_PLUGIN_H /*************************************************************************/ /* camera_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CAMERA_EDITOR_PLUGIN_H -#define CAMERA_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index feeffd097..23990ae96 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef CONTROL_EDITOR_PLUGIN_H +#define CONTROL_EDITOR_PLUGIN_H /*************************************************************************/ /* canvas_item_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CONTROL_EDITOR_PLUGIN_H -#define CONTROL_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/collision_polygon_2d_editor_plugin.h b/editor/plugins/collision_polygon_2d_editor_plugin.h index 2b37116fb..d00eba5e8 100644 --- a/editor/plugins/collision_polygon_2d_editor_plugin.h +++ b/editor/plugins/collision_polygon_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef COLLISION_POLYGON_2D_EDITOR_PLUGIN_H +#define COLLISION_POLYGON_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* collision_polygon_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef COLLISION_POLYGON_2D_EDITOR_PLUGIN_H -#define COLLISION_POLYGON_2D_EDITOR_PLUGIN_H + + #include "editor/plugins/abstract_polygon_2d_editor.h" #include "scene/2d/collision_polygon_2d.h" diff --git a/editor/plugins/collision_polygon_editor_plugin.h b/editor/plugins/collision_polygon_editor_plugin.h index e54ed6321..848e1ad56 100644 --- a/editor/plugins/collision_polygon_editor_plugin.h +++ b/editor/plugins/collision_polygon_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef COLLISION_POLYGON_EDITOR_PLUGIN_H +#define COLLISION_POLYGON_EDITOR_PLUGIN_H /*************************************************************************/ /* collision_polygon_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef COLLISION_POLYGON_EDITOR_PLUGIN_H -#define COLLISION_POLYGON_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/collision_shape_2d_editor_plugin.h b/editor/plugins/collision_shape_2d_editor_plugin.h index ffb853764..e9f0220f9 100644 --- a/editor/plugins/collision_shape_2d_editor_plugin.h +++ b/editor/plugins/collision_shape_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef COLLISION_SHAPE_2D_EDITOR_PLUGIN_H +#define COLLISION_SHAPE_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* collision_shape_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef COLLISION_SHAPE_2D_EDITOR_PLUGIN_H -#define COLLISION_SHAPE_2D_EDITOR_PLUGIN_H + + #include "core/os/input.h" #include "core/os/keyboard.h" diff --git a/editor/plugins/cpu_particles_2d_editor_plugin.h b/editor/plugins/cpu_particles_2d_editor_plugin.h index f1b3195be..e6aa6d6c3 100644 --- a/editor/plugins/cpu_particles_2d_editor_plugin.h +++ b/editor/plugins/cpu_particles_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef CPU_PARTICLES_2D_EDITOR_PLUGIN_H +#define CPU_PARTICLES_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* cpu_particles_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CPU_PARTICLES_2D_EDITOR_PLUGIN_H -#define CPU_PARTICLES_2D_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/cpu_particles_editor_plugin.h b/editor/plugins/cpu_particles_editor_plugin.h index ae0f189c4..41f175cbc 100644 --- a/editor/plugins/cpu_particles_editor_plugin.h +++ b/editor/plugins/cpu_particles_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef CPU_PARTICLES_EDITOR_PLUGIN_H +#define CPU_PARTICLES_EDITOR_PLUGIN_H /*************************************************************************/ /* cpu_particles_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CPU_PARTICLES_EDITOR_PLUGIN_H -#define CPU_PARTICLES_EDITOR_PLUGIN_H + + #include "editor/plugins/particles_editor_plugin.h" #include "scene/3d/cpu_particles.h" diff --git a/editor/plugins/curve_editor_plugin.h b/editor/plugins/curve_editor_plugin.h index 616e03565..75fb808d7 100644 --- a/editor/plugins/curve_editor_plugin.h +++ b/editor/plugins/curve_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef CURVE_EDITOR_PLUGIN_H +#define CURVE_EDITOR_PLUGIN_H /*************************************************************************/ /* curve_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef CURVE_EDITOR_PLUGIN_H -#define CURVE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/editor_preview_plugins.h b/editor/plugins/editor_preview_plugins.h index a6a9ce7dc..4091e7fd5 100644 --- a/editor/plugins/editor_preview_plugins.h +++ b/editor/plugins/editor_preview_plugins.h @@ -1,3 +1,5 @@ +#ifndef EDITORPREVIEWPLUGINS_H +#define EDITORPREVIEWPLUGINS_H /*************************************************************************/ /* editor_preview_plugins.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITORPREVIEWPLUGINS_H -#define EDITORPREVIEWPLUGINS_H + + #include "editor/editor_resource_preview.h" diff --git a/editor/plugins/gradient_editor_plugin.h b/editor/plugins/gradient_editor_plugin.h index beefe6e25..840cf8770 100644 --- a/editor/plugins/gradient_editor_plugin.h +++ b/editor/plugins/gradient_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ +#define TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ /*************************************************************************/ /* gradient_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ -#define TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/item_list_editor_plugin.h b/editor/plugins/item_list_editor_plugin.h index d1acca7b4..86a7ed7bc 100644 --- a/editor/plugins/item_list_editor_plugin.h +++ b/editor/plugins/item_list_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ITEM_LIST_EDITOR_PLUGIN_H +#define ITEM_LIST_EDITOR_PLUGIN_H /*************************************************************************/ /* item_list_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ITEM_LIST_EDITOR_PLUGIN_H -#define ITEM_LIST_EDITOR_PLUGIN_H + + #include "canvas_item_editor_plugin.h" #include "editor/editor_inspector.h" diff --git a/editor/plugins/light_occluder_2d_editor_plugin.h b/editor/plugins/light_occluder_2d_editor_plugin.h index 8e2959c8e..fd8ec7276 100644 --- a/editor/plugins/light_occluder_2d_editor_plugin.h +++ b/editor/plugins/light_occluder_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef LIGHT_OCCLUDER_2D_EDITOR_PLUGIN_H +#define LIGHT_OCCLUDER_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* light_occluder_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef LIGHT_OCCLUDER_2D_EDITOR_PLUGIN_H -#define LIGHT_OCCLUDER_2D_EDITOR_PLUGIN_H + + #include "editor/plugins/abstract_polygon_2d_editor.h" #include "scene/2d/light_occluder_2d.h" diff --git a/editor/plugins/line_2d_editor_plugin.h b/editor/plugins/line_2d_editor_plugin.h index 872c0bde3..1cea15f8b 100644 --- a/editor/plugins/line_2d_editor_plugin.h +++ b/editor/plugins/line_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef LINE_2D_EDITOR_PLUGIN_H +#define LINE_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* line_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef LINE_2D_EDITOR_PLUGIN_H -#define LINE_2D_EDITOR_PLUGIN_H + + #include "editor/plugins/abstract_polygon_2d_editor.h" #include "scene/2d/line_2d.h" diff --git a/editor/plugins/material_editor_plugin.h b/editor/plugins/material_editor_plugin.h index a6e4d3586..63cfebd04 100644 --- a/editor/plugins/material_editor_plugin.h +++ b/editor/plugins/material_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef MATERIAL_EDITOR_PLUGIN_H +#define MATERIAL_EDITOR_PLUGIN_H /*************************************************************************/ /* material_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef MATERIAL_EDITOR_PLUGIN_H -#define MATERIAL_EDITOR_PLUGIN_H + + #include "editor/property_editor.h" #include "scene/resources/primitive_meshes.h" diff --git a/editor/plugins/mesh_editor_plugin.h b/editor/plugins/mesh_editor_plugin.h index ab9a7a947..a2b73c785 100644 --- a/editor/plugins/mesh_editor_plugin.h +++ b/editor/plugins/mesh_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef MESH_EDITOR_PLUGIN_H +#define MESH_EDITOR_PLUGIN_H /*************************************************************************/ /* mesh_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef MESH_EDITOR_PLUGIN_H -#define MESH_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/mesh_instance_editor_plugin.h b/editor/plugins/mesh_instance_editor_plugin.h index 71c4ebc6f..2a86849a7 100644 --- a/editor/plugins/mesh_instance_editor_plugin.h +++ b/editor/plugins/mesh_instance_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef MESH_INSTANCE_EDITOR_PLUGIN_H +#define MESH_INSTANCE_EDITOR_PLUGIN_H /*************************************************************************/ /* mesh_instance_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef MESH_INSTANCE_EDITOR_PLUGIN_H -#define MESH_INSTANCE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/multimesh_editor_plugin.h b/editor/plugins/multimesh_editor_plugin.h index 57cff35ed..7c905de4b 100644 --- a/editor/plugins/multimesh_editor_plugin.h +++ b/editor/plugins/multimesh_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef MULTIMESH_EDITOR_PLUGIN_H +#define MULTIMESH_EDITOR_PLUGIN_H /*************************************************************************/ /* multimesh_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef MULTIMESH_EDITOR_PLUGIN_H -#define MULTIMESH_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/navigation_polygon_editor_plugin.h b/editor/plugins/navigation_polygon_editor_plugin.h index 985f4f53f..62f9f1fd8 100644 --- a/editor/plugins/navigation_polygon_editor_plugin.h +++ b/editor/plugins/navigation_polygon_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef NAVIGATIONPOLYGONEDITORPLUGIN_H +#define NAVIGATIONPOLYGONEDITORPLUGIN_H /*************************************************************************/ /* navigation_polygon_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef NAVIGATIONPOLYGONEDITORPLUGIN_H -#define NAVIGATIONPOLYGONEDITORPLUGIN_H + + #include "editor/plugins/abstract_polygon_2d_editor.h" #include "scene/2d/navigation_polygon.h" diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index 0cefdb8dd..496a87b70 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef PARTICLES_EDITOR_PLUGIN_H +#define PARTICLES_EDITOR_PLUGIN_H /*************************************************************************/ /* particles_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PARTICLES_EDITOR_PLUGIN_H -#define PARTICLES_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/path_2d_editor_plugin.h b/editor/plugins/path_2d_editor_plugin.h index fe834756b..3049dccbf 100644 --- a/editor/plugins/path_2d_editor_plugin.h +++ b/editor/plugins/path_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef PATH_2D_EDITOR_PLUGIN_H +#define PATH_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* path_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PATH_2D_EDITOR_PLUGIN_H -#define PATH_2D_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h index e4b622813..934d6b583 100644 --- a/editor/plugins/path_editor_plugin.h +++ b/editor/plugins/path_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef PATH_EDITOR_PLUGIN_H +#define PATH_EDITOR_PLUGIN_H /*************************************************************************/ /* path_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PATH_EDITOR_PLUGIN_H -#define PATH_EDITOR_PLUGIN_H + + #include "editor/spatial_editor_gizmos.h" #include "scene/3d/path.h" diff --git a/editor/plugins/physical_bone_plugin.h b/editor/plugins/physical_bone_plugin.h index dd0e446ac..e5075e6e0 100644 --- a/editor/plugins/physical_bone_plugin.h +++ b/editor/plugins/physical_bone_plugin.h @@ -1,3 +1,5 @@ +#ifndef PHYSICAL_BONE_PLUGIN_H +#define PHYSICAL_BONE_PLUGIN_H /*************************************************************************/ /* physical_bone_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PHYSICAL_BONE_PLUGIN_H -#define PHYSICAL_BONE_PLUGIN_H + + #include "editor/editor_node.h" diff --git a/editor/plugins/polygon_2d_editor_plugin.h b/editor/plugins/polygon_2d_editor_plugin.h index a0c622971..ec1528903 100644 --- a/editor/plugins/polygon_2d_editor_plugin.h +++ b/editor/plugins/polygon_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef POLYGON_2D_EDITOR_PLUGIN_H +#define POLYGON_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* polygon_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef POLYGON_2D_EDITOR_PLUGIN_H -#define POLYGON_2D_EDITOR_PLUGIN_H + + #include "editor/plugins/abstract_polygon_2d_editor.h" #include "scene/gui/scroll_container.h" diff --git a/editor/plugins/resource_preloader_editor_plugin.h b/editor/plugins/resource_preloader_editor_plugin.h index 31dcfcb55..1d9e16e30 100644 --- a/editor/plugins/resource_preloader_editor_plugin.h +++ b/editor/plugins/resource_preloader_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef RESOURCE_PRELOADER_EDITOR_PLUGIN_H +#define RESOURCE_PRELOADER_EDITOR_PLUGIN_H /*************************************************************************/ /* resource_preloader_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RESOURCE_PRELOADER_EDITOR_PLUGIN_H -#define RESOURCE_PRELOADER_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/room_manager_editor_plugin.h b/editor/plugins/room_manager_editor_plugin.h index 7946b2de0..6200845e9 100644 --- a/editor/plugins/room_manager_editor_plugin.h +++ b/editor/plugins/room_manager_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ROOM_MANAGER_EDITOR_PLUGIN_H +#define ROOM_MANAGER_EDITOR_PLUGIN_H /*************************************************************************/ /* room_manager_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ROOM_MANAGER_EDITOR_PLUGIN_H -#define ROOM_MANAGER_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/root_motion_editor_plugin.h b/editor/plugins/root_motion_editor_plugin.h index 019b4ede8..6e799c7dc 100644 --- a/editor/plugins/root_motion_editor_plugin.h +++ b/editor/plugins/root_motion_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef ROOT_MOTION_EDITOR_PLUGIN_H +#define ROOT_MOTION_EDITOR_PLUGIN_H /*************************************************************************/ /* root_motion_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef ROOT_MOTION_EDITOR_PLUGIN_H -#define ROOT_MOTION_EDITOR_PLUGIN_H + + #include "editor/editor_inspector.h" #include "editor/editor_spin_slider.h" diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index 3af112347..dbaeb75f8 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SCRIPT_EDITOR_PLUGIN_H +#define SCRIPT_EDITOR_PLUGIN_H /*************************************************************************/ /* script_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCRIPT_EDITOR_PLUGIN_H -#define SCRIPT_EDITOR_PLUGIN_H + + #include "core/script_language.h" #include "editor/code_editor.h" diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index dd4a83954..922752a7f 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -1,3 +1,5 @@ +#ifndef SCRIPT_TEXT_EDITOR_H +#define SCRIPT_TEXT_EDITOR_H /*************************************************************************/ /* script_text_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCRIPT_TEXT_EDITOR_H -#define SCRIPT_TEXT_EDITOR_H + + #include "core/vector.h" #include "core/reference.h" diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h index 930cb18bb..fc88573ec 100644 --- a/editor/plugins/shader_editor_plugin.h +++ b/editor/plugins/shader_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SHADER_EDITOR_PLUGIN_H +#define SHADER_EDITOR_PLUGIN_H /*************************************************************************/ /* shader_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SHADER_EDITOR_PLUGIN_H -#define SHADER_EDITOR_PLUGIN_H + + #include "editor/code_editor.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/skeleton_2d_editor_plugin.h b/editor/plugins/skeleton_2d_editor_plugin.h index 9b9ca36e1..1d533414f 100644 --- a/editor/plugins/skeleton_2d_editor_plugin.h +++ b/editor/plugins/skeleton_2d_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SKELETON_2D_EDITOR_PLUGIN_H +#define SKELETON_2D_EDITOR_PLUGIN_H /*************************************************************************/ /* skeleton_2d_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SKELETON_2D_EDITOR_PLUGIN_H -#define SKELETON_2D_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/skeleton_ik_editor_plugin.h b/editor/plugins/skeleton_ik_editor_plugin.h index 1410856fc..e6c34355a 100644 --- a/editor/plugins/skeleton_ik_editor_plugin.h +++ b/editor/plugins/skeleton_ik_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SKELETON_IK_EDITOR_PLUGIN_H +#define SKELETON_IK_EDITOR_PLUGIN_H /*************************************************************************/ /* skeleton_ik_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SKELETON_IK_EDITOR_PLUGIN_H -#define SKELETON_IK_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index b9463b669..93bc059e6 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SPATIAL_EDITOR_PLUGIN_H +#define SPATIAL_EDITOR_PLUGIN_H /*************************************************************************/ /* spatial_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SPATIAL_EDITOR_PLUGIN_H -#define SPATIAL_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/sprite_editor_plugin.h b/editor/plugins/sprite_editor_plugin.h index 212134f12..b45fec47b 100644 --- a/editor/plugins/sprite_editor_plugin.h +++ b/editor/plugins/sprite_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SPRITE_EDITOR_PLUGIN_H +#define SPRITE_EDITOR_PLUGIN_H /*************************************************************************/ /* sprite_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SPRITE_EDITOR_PLUGIN_H -#define SPRITE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/sprite_frames_editor_plugin.h b/editor/plugins/sprite_frames_editor_plugin.h index 1dd6a3177..5e76c2268 100644 --- a/editor/plugins/sprite_frames_editor_plugin.h +++ b/editor/plugins/sprite_frames_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef SPRITE_FRAMES_EDITOR_PLUGIN_H +#define SPRITE_FRAMES_EDITOR_PLUGIN_H /*************************************************************************/ /* sprite_frames_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SPRITE_FRAMES_EDITOR_PLUGIN_H -#define SPRITE_FRAMES_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/style_box_editor_plugin.h b/editor/plugins/style_box_editor_plugin.h index b152850de..fffb90516 100644 --- a/editor/plugins/style_box_editor_plugin.h +++ b/editor/plugins/style_box_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef STYLE_BOX_EDITOR_PLUGIN_H +#define STYLE_BOX_EDITOR_PLUGIN_H /*************************************************************************/ /* style_box_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef STYLE_BOX_EDITOR_PLUGIN_H -#define STYLE_BOX_EDITOR_PLUGIN_H + + #include "editor/editor_inspector.h" #include "editor/editor_node.h" diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index f605e9bca..d1d790754 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -1,3 +1,5 @@ +#ifndef TEXT_EDITOR_H +#define TEXT_EDITOR_H /*************************************************************************/ /* text_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef TEXT_EDITOR_H -#define TEXT_EDITOR_H + + #include "script_editor_plugin.h" diff --git a/editor/plugins/texture_editor_plugin.h b/editor/plugins/texture_editor_plugin.h index 9662bffa0..827fd916f 100644 --- a/editor/plugins/texture_editor_plugin.h +++ b/editor/plugins/texture_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef TEXTURE_EDITOR_PLUGIN_H +#define TEXTURE_EDITOR_PLUGIN_H /*************************************************************************/ /* texture_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef TEXTURE_EDITOR_PLUGIN_H -#define TEXTURE_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/plugins/texture_region_editor_plugin.h b/editor/plugins/texture_region_editor_plugin.h index b4d36fbfe..6f54fb67a 100644 --- a/editor/plugins/texture_region_editor_plugin.h +++ b/editor/plugins/texture_region_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef TEXTURE_REGION_EDITOR_PLUGIN_H +#define TEXTURE_REGION_EDITOR_PLUGIN_H /*************************************************************************/ /* texture_region_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef TEXTURE_REGION_EDITOR_PLUGIN_H -#define TEXTURE_REGION_EDITOR_PLUGIN_H + + #include "canvas_item_editor_plugin.h" #include "editor/editor_node.h" diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index 6152449c7..30f0acbe2 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef THEME_EDITOR_PLUGIN_H +#define THEME_EDITOR_PLUGIN_H /*************************************************************************/ /* theme_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef THEME_EDITOR_PLUGIN_H -#define THEME_EDITOR_PLUGIN_H + + #include "scene/gui/dialogs.h" #include "scene/gui/margin_container.h" diff --git a/editor/plugins/theme_editor_preview.h b/editor/plugins/theme_editor_preview.h index 18ea438a7..a10623191 100644 --- a/editor/plugins/theme_editor_preview.h +++ b/editor/plugins/theme_editor_preview.h @@ -1,3 +1,5 @@ +#ifndef THEME_EDITOR_PREVIEW_H +#define THEME_EDITOR_PREVIEW_H /*************************************************************************/ /* theme_editor_preview.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef THEME_EDITOR_PREVIEW_H -#define THEME_EDITOR_PREVIEW_H + + #include "scene/gui/box_container.h" #include "scene/gui/check_box.h" diff --git a/editor/plugins/viewport_preview_editor_plugin.h b/editor/plugins/viewport_preview_editor_plugin.h index 90430f0c0..4a01b7be7 100644 --- a/editor/plugins/viewport_preview_editor_plugin.h +++ b/editor/plugins/viewport_preview_editor_plugin.h @@ -1,3 +1,5 @@ +#ifndef VIEWPORT_PREVIEW_EDITOR_PLUGIN_H +#define VIEWPORT_PREVIEW_EDITOR_PLUGIN_H /*************************************************************************/ /* viewport_preview_editor_plugin.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef VIEWPORT_PREVIEW_EDITOR_PLUGIN_H -#define VIEWPORT_PREVIEW_EDITOR_PLUGIN_H + + #include "editor/editor_node.h" #include "editor/editor_plugin.h" diff --git a/editor/progress_dialog.h b/editor/progress_dialog.h index 3226fbdf2..7f8bb8552 100644 --- a/editor/progress_dialog.h +++ b/editor/progress_dialog.h @@ -1,3 +1,5 @@ +#ifndef PROGRESS_DIALOG_H +#define PROGRESS_DIALOG_H /*************************************************************************/ /* progress_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROGRESS_DIALOG_H -#define PROGRESS_DIALOG_H + + #include "scene/gui/box_container.h" #include "scene/gui/button.h" diff --git a/editor/project_export.h b/editor/project_export.h index 7201255a7..1fc108e27 100644 --- a/editor/project_export.h +++ b/editor/project_export.h @@ -1,3 +1,5 @@ +#ifndef PROJECT_EXPORT_SETTINGS_H +#define PROJECT_EXPORT_SETTINGS_H /*************************************************************************/ /* project_export.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROJECT_EXPORT_SETTINGS_H -#define PROJECT_EXPORT_SETTINGS_H + + #include "core/os/dir_access.h" #include "core/os/thread.h" diff --git a/editor/project_manager.h b/editor/project_manager.h index 6c1042038..b53e64782 100644 --- a/editor/project_manager.h +++ b/editor/project_manager.h @@ -1,3 +1,5 @@ +#ifndef PROJECT_MANAGER_H +#define PROJECT_MANAGER_H /*************************************************************************/ /* project_manager.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROJECT_MANAGER_H -#define PROJECT_MANAGER_H + + #include "editor/editor_about.h" #include "scene/gui/dialogs.h" diff --git a/editor/project_settings_editor.h b/editor/project_settings_editor.h index d77634639..bc15215c0 100644 --- a/editor/project_settings_editor.h +++ b/editor/project_settings_editor.h @@ -1,3 +1,5 @@ +#ifndef PROJECT_SETTINGS_H +#define PROJECT_SETTINGS_H /*************************************************************************/ /* project_settings_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROJECT_SETTINGS_H -#define PROJECT_SETTINGS_H + + #include "core/undo_redo.h" #include "editor/editor_autoload_settings.h" diff --git a/editor/property_editor.h b/editor/property_editor.h index 022362c3e..f99277465 100644 --- a/editor/property_editor.h +++ b/editor/property_editor.h @@ -1,3 +1,5 @@ +#ifndef PROPERTY_EDITOR_H +#define PROPERTY_EDITOR_H /*************************************************************************/ /* property_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROPERTY_EDITOR_H -#define PROPERTY_EDITOR_H + + #include "editor/editor_file_dialog.h" #include "editor/scene_tree_editor.h" diff --git a/editor/property_selector.h b/editor/property_selector.h index d1d4dc3c9..33b1c3038 100644 --- a/editor/property_selector.h +++ b/editor/property_selector.h @@ -1,3 +1,5 @@ +#ifndef PROPERTYSELECTOR_H +#define PROPERTYSELECTOR_H /*************************************************************************/ /* property_selector.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef PROPERTYSELECTOR_H -#define PROPERTYSELECTOR_H + + #include "editor/property_editor.h" #include "editor_help.h" diff --git a/editor/quick_open.h b/editor/quick_open.h index 8ac8c27e5..df06182a9 100644 --- a/editor/quick_open.h +++ b/editor/quick_open.h @@ -1,3 +1,5 @@ +#ifndef EDITOR_QUICK_OPEN_H +#define EDITOR_QUICK_OPEN_H /*************************************************************************/ /* quick_open.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef EDITOR_QUICK_OPEN_H -#define EDITOR_QUICK_OPEN_H + + #include "core/pair.h" #include "editor_file_system.h" diff --git a/editor/register_exporters.h b/editor/register_exporters.h index 09076af97..7f13cb0df 100644 --- a/editor/register_exporters.h +++ b/editor/register_exporters.h @@ -1,3 +1,5 @@ +#ifndef REGISTER_EXPORTERS_H +#define REGISTER_EXPORTERS_H /*************************************************************************/ /* register_exporters.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef REGISTER_EXPORTERS_H -#define REGISTER_EXPORTERS_H + + void register_exporters(); diff --git a/editor/rename_dialog.h b/editor/rename_dialog.h index 95b88533c..ce1a1a37e 100644 --- a/editor/rename_dialog.h +++ b/editor/rename_dialog.h @@ -1,3 +1,5 @@ +#ifndef RENAME_DIALOG_H +#define RENAME_DIALOG_H /*************************************************************************/ /* rename_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RENAME_DIALOG_H -#define RENAME_DIALOG_H + + #include "modules/modules_enabled.gen.h" // For regex. #ifdef MODULE_REGEX_ENABLED diff --git a/editor/reparent_dialog.h b/editor/reparent_dialog.h index 3d76eb329..c3b88e8c4 100644 --- a/editor/reparent_dialog.h +++ b/editor/reparent_dialog.h @@ -1,3 +1,5 @@ +#ifndef REPARENT_DIALOG_H +#define REPARENT_DIALOG_H /*************************************************************************/ /* reparent_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef REPARENT_DIALOG_H -#define REPARENT_DIALOG_H + + #include "editor/scene_tree_editor.h" #include "scene/gui/button.h" diff --git a/editor/run_settings_dialog.h b/editor/run_settings_dialog.h index 07a5cbb67..64c0e1106 100644 --- a/editor/run_settings_dialog.h +++ b/editor/run_settings_dialog.h @@ -1,3 +1,5 @@ +#ifndef RUN_SETTINGS_DIALOG_H +#define RUN_SETTINGS_DIALOG_H /*************************************************************************/ /* run_settings_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef RUN_SETTINGS_DIALOG_H -#define RUN_SETTINGS_DIALOG_H + + #include "scene/gui/check_button.h" #include "scene/gui/dialogs.h" diff --git a/editor/scene_tree_dock.h b/editor/scene_tree_dock.h index 6ca2dd33e..5b5ac5bfc 100644 --- a/editor/scene_tree_dock.h +++ b/editor/scene_tree_dock.h @@ -1,3 +1,5 @@ +#ifndef SCENE_TREE_DOCK_H +#define SCENE_TREE_DOCK_H /*************************************************************************/ /* scene_tree_dock.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCENE_TREE_DOCK_H -#define SCENE_TREE_DOCK_H + + #include "editor/connections_dialog.h" #include "editor/create_dialog.h" diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index 03925326a..6faf6e41d 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -1,3 +1,5 @@ +#ifndef SCENE_TREE_EDITOR_H +#define SCENE_TREE_EDITOR_H /*************************************************************************/ /* scene_tree_editor.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCENE_TREE_EDITOR_H -#define SCENE_TREE_EDITOR_H + + #include "core/undo_redo.h" #include "editor_data.h" diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index ad1b31eb6..deab9714e 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -1,3 +1,5 @@ +#ifndef SCRIPT_CREATE_DIALOG_H +#define SCRIPT_CREATE_DIALOG_H /*************************************************************************/ /* script_create_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCRIPT_CREATE_DIALOG_H -#define SCRIPT_CREATE_DIALOG_H + + #include "editor/editor_file_dialog.h" #include "editor/editor_settings.h" diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index eb939498e..b0f10b55f 100644 --- a/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h @@ -1,3 +1,5 @@ +#ifndef SCRIPT_EDITOR_DEBUGGER_H +#define SCRIPT_EDITOR_DEBUGGER_H /*************************************************************************/ /* script_editor_debugger.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SCRIPT_EDITOR_DEBUGGER_H -#define SCRIPT_EDITOR_DEBUGGER_H + + #include "core/io/packet_peer.h" #include "core/io/tcp_server.h" diff --git a/editor/settings_config_dialog.h b/editor/settings_config_dialog.h index cbb723208..7a7da4ed1 100644 --- a/editor/settings_config_dialog.h +++ b/editor/settings_config_dialog.h @@ -1,3 +1,5 @@ +#ifndef SETTINGS_CONFIG_DIALOG_H +#define SETTINGS_CONFIG_DIALOG_H /*************************************************************************/ /* settings_config_dialog.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SETTINGS_CONFIG_DIALOG_H -#define SETTINGS_CONFIG_DIALOG_H + + #include "editor/editor_sectioned_inspector.h" #include "editor_inspector.h" diff --git a/editor/spatial_editor_gizmos.h b/editor/spatial_editor_gizmos.h index d2248cbfc..e82b052d8 100644 --- a/editor/spatial_editor_gizmos.h +++ b/editor/spatial_editor_gizmos.h @@ -1,3 +1,5 @@ +#ifndef SPATIAL_EDITOR_GIZMOS_H +#define SPATIAL_EDITOR_GIZMOS_H /*************************************************************************/ /* spatial_editor_gizmos.h */ /*************************************************************************/ @@ -28,8 +30,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef SPATIAL_EDITOR_GIZMOS_H -#define SPATIAL_EDITOR_GIZMOS_H + + #include "editor/plugins/spatial_editor_plugin.h" #include "scene/3d/camera.h"