mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-19 22:24:23 +01:00
Run the include guard script on the editor folder.
This commit is contained in:
parent
30a413ca78
commit
340cc8ba45
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#ifndef CONNECTIONS_DIALOG_H
|
||||
#define CONNECTIONS_DIALOG_H
|
||||
/*************************************************************************/
|
||||
/* connections_dialog.h */
|
||||
/*************************************************************************/
|
||||
@ -32,8 +34,8 @@
|
||||
@author Juan Linietsky <reduzio@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef CONNECTIONS_DIALOG_H
|
||||
#define CONNECTIONS_DIALOG_H
|
||||
|
||||
|
||||
|
||||
#include "core/undo_redo.h"
|
||||
#include "editor/editor_inspector.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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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();
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user