From cbcc125e25132c314750bb0e15478061c1f6610c Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 1 Mar 2024 12:49:01 +0100 Subject: [PATCH] Layered tilemap include guard update. --- modules/layered_tile_map/editor/layered_tile_atlas_view.h | 4 ++-- modules/layered_tile_map/editor/layered_tile_data_editors.h | 4 ++-- .../layered_tile_map/editor/layered_tile_map_layer_editor.h | 4 ++-- .../editor/layered_tile_proxies_manager_dialog.h | 4 ++-- .../editor/layered_tile_set_atlas_source_editor.h | 4 ++-- modules/layered_tile_map/editor/layered_tile_set_editor.h | 4 ++-- .../editor/layered_tile_set_scenes_collection_source_editor.h | 4 ++-- modules/layered_tile_map/editor/layered_tiles_editor_plugin.h | 4 ++-- .../layered_tilemap_navigation_geometry_parser_2d.h | 4 ++-- modules/layered_tile_map/layered_tile_map.h | 4 ++-- modules/layered_tile_map/layered_tile_map_layer.h | 4 ++-- modules/layered_tile_map/layered_tile_map_layer_group.h | 4 ++-- modules/layered_tile_map/layered_tile_set.h | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/modules/layered_tile_map/editor/layered_tile_atlas_view.h b/modules/layered_tile_map/editor/layered_tile_atlas_view.h index 75bf42b07..abe74118a 100644 --- a/modules/layered_tile_map/editor/layered_tile_atlas_view.h +++ b/modules/layered_tile_map/editor/layered_tile_atlas_view.h @@ -1,5 +1,5 @@ -#ifndef TILE_ATLAS_VIEW_H -#define TILE_ATLAS_VIEW_H +#ifndef LAYERED_TILE_ATLAS_VIEW_H +#define LAYERED_TILE_ATLAS_VIEW_H /*************************************************************************/ /* layered_tile_atlas_view.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_data_editors.h b/modules/layered_tile_map/editor/layered_tile_data_editors.h index bfcf56e61..fce3bfc2a 100644 --- a/modules/layered_tile_map/editor/layered_tile_data_editors.h +++ b/modules/layered_tile_map/editor/layered_tile_data_editors.h @@ -1,5 +1,5 @@ -#ifndef TILE_DATA_EDITORS_H -#define TILE_DATA_EDITORS_H +#ifndef LAYERED_TILE_DATA_EDITORS_H +#define LAYERED_TILE_DATA_EDITORS_H /*************************************************************************/ /* layered_tile_data_editors.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_map_layer_editor.h b/modules/layered_tile_map/editor/layered_tile_map_layer_editor.h index 2998b3eba..33faa6507 100644 --- a/modules/layered_tile_map/editor/layered_tile_map_layer_editor.h +++ b/modules/layered_tile_map/editor/layered_tile_map_layer_editor.h @@ -1,5 +1,5 @@ -#ifndef TILE_MAP_LAYER_EDITOR_H -#define TILE_MAP_LAYER_EDITOR_H +#ifndef LAYERED_TILE_MAP_LAYER_EDITOR_H +#define LAYERED_TILE_MAP_LAYER_EDITOR_H /*************************************************************************/ /* layered_tile_map_layer_editor.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_proxies_manager_dialog.h b/modules/layered_tile_map/editor/layered_tile_proxies_manager_dialog.h index 1a2dd6a4e..6d7496859 100644 --- a/modules/layered_tile_map/editor/layered_tile_proxies_manager_dialog.h +++ b/modules/layered_tile_map/editor/layered_tile_proxies_manager_dialog.h @@ -1,5 +1,5 @@ -#ifndef TILE_PROXIES_MANAGER_DIALOG_H -#define TILE_PROXIES_MANAGER_DIALOG_H +#ifndef LAYERED_TILE_PROXIES_MANAGER_DIALOG_H +#define LAYERED_TILE_PROXIES_MANAGER_DIALOG_H /*************************************************************************/ /* layered_tile_proxies_manager_dialog.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_set_atlas_source_editor.h b/modules/layered_tile_map/editor/layered_tile_set_atlas_source_editor.h index 2b309ddf4..4dece2e59 100644 --- a/modules/layered_tile_map/editor/layered_tile_set_atlas_source_editor.h +++ b/modules/layered_tile_map/editor/layered_tile_set_atlas_source_editor.h @@ -1,5 +1,5 @@ -#ifndef TILE_SET_ATLAS_SOURCE_EDITOR_H -#define TILE_SET_ATLAS_SOURCE_EDITOR_H +#ifndef LAYERED_TILE_SET_ATLAS_SOURCE_EDITOR_H +#define LAYERED_TILE_SET_ATLAS_SOURCE_EDITOR_H /*************************************************************************/ /* layered_tile_set_atlas_source_editor.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_set_editor.h b/modules/layered_tile_map/editor/layered_tile_set_editor.h index 036342db6..ba1c5906d 100644 --- a/modules/layered_tile_map/editor/layered_tile_set_editor.h +++ b/modules/layered_tile_map/editor/layered_tile_set_editor.h @@ -1,5 +1,5 @@ -#ifndef TILE_SET_EDITOR_H -#define TILE_SET_EDITOR_H +#ifndef LAYERED_TILE_SET_EDITOR_H +#define LAYERED_TILE_SET_EDITOR_H /*************************************************************************/ /* layered_tile_set_editor.h */ diff --git a/modules/layered_tile_map/editor/layered_tile_set_scenes_collection_source_editor.h b/modules/layered_tile_map/editor/layered_tile_set_scenes_collection_source_editor.h index 0d812ac05..d03c8bddd 100644 --- a/modules/layered_tile_map/editor/layered_tile_set_scenes_collection_source_editor.h +++ b/modules/layered_tile_map/editor/layered_tile_set_scenes_collection_source_editor.h @@ -1,5 +1,5 @@ -#ifndef TILE_SET_SCENES_COLLECTION_SOURCE_EDITOR_H -#define TILE_SET_SCENES_COLLECTION_SOURCE_EDITOR_H +#ifndef LAYERED_TILE_SET_SCENES_COLLECTION_SOURCE_EDITOR_H +#define LAYERED_TILE_SET_SCENES_COLLECTION_SOURCE_EDITOR_H /*************************************************************************/ /* layered_tile_set_scenes_collection_source_editor.h */ diff --git a/modules/layered_tile_map/editor/layered_tiles_editor_plugin.h b/modules/layered_tile_map/editor/layered_tiles_editor_plugin.h index 95ea5dc42..c0c627d79 100644 --- a/modules/layered_tile_map/editor/layered_tiles_editor_plugin.h +++ b/modules/layered_tile_map/editor/layered_tiles_editor_plugin.h @@ -1,5 +1,5 @@ -#ifndef TILES_EDITOR_PLUGIN_H -#define TILES_EDITOR_PLUGIN_H +#ifndef LAYERED_TILES_EDITOR_PLUGIN_H +#define LAYERED_TILES_EDITOR_PLUGIN_H /*************************************************************************/ /* layered_tiles_editor_plugin.h */ diff --git a/modules/layered_tile_map/geometry_parser/layered_tilemap_navigation_geometry_parser_2d.h b/modules/layered_tile_map/geometry_parser/layered_tilemap_navigation_geometry_parser_2d.h index 4fb573fa1..4c67bbf1b 100644 --- a/modules/layered_tile_map/geometry_parser/layered_tilemap_navigation_geometry_parser_2d.h +++ b/modules/layered_tile_map/geometry_parser/layered_tilemap_navigation_geometry_parser_2d.h @@ -1,5 +1,5 @@ -#ifndef TILEMAP_NAVIGATION_GEOMETRY_PARSER_2D_H -#define TILEMAP_NAVIGATION_GEOMETRY_PARSER_2D_H +#ifndef LAYERED_TILEMAP_NAVIGATION_GEOMETRY_PARSER_2D_H +#define LAYERED_TILEMAP_NAVIGATION_GEOMETRY_PARSER_2D_H /*************************************************************************/ /* layered_tilemap_navigation_geometry_parser_2d.h */ diff --git a/modules/layered_tile_map/layered_tile_map.h b/modules/layered_tile_map/layered_tile_map.h index 097c5a717..13ffe02c0 100644 --- a/modules/layered_tile_map/layered_tile_map.h +++ b/modules/layered_tile_map/layered_tile_map.h @@ -1,5 +1,5 @@ -#ifndef TILE_MAP_H -#define TILE_MAP_H +#ifndef LAYERED_TILE_MAP_H +#define LAYERED_TILE_MAP_H /*************************************************************************/ /* layered_tile_map.h */ diff --git a/modules/layered_tile_map/layered_tile_map_layer.h b/modules/layered_tile_map/layered_tile_map_layer.h index 0cbd2f40b..707c8c30b 100644 --- a/modules/layered_tile_map/layered_tile_map_layer.h +++ b/modules/layered_tile_map/layered_tile_map_layer.h @@ -1,5 +1,5 @@ -#ifndef TILE_MAP_LAYER_H -#define TILE_MAP_LAYER_H +#ifndef LAYERED_TILE_MAP_LAYER_H +#define LAYERED_TILE_MAP_LAYER_H /*************************************************************************/ /* layered_tile_map_layer.h */ diff --git a/modules/layered_tile_map/layered_tile_map_layer_group.h b/modules/layered_tile_map/layered_tile_map_layer_group.h index 33b3fc0bd..042f75c95 100644 --- a/modules/layered_tile_map/layered_tile_map_layer_group.h +++ b/modules/layered_tile_map/layered_tile_map_layer_group.h @@ -1,5 +1,5 @@ -#ifndef TILE_MAP_LAYER_GROUP_H -#define TILE_MAP_LAYER_GROUP_H +#ifndef LAYERED_TILE_MAP_LAYER_GROUP_H +#define LAYERED_TILE_MAP_LAYER_GROUP_H /*************************************************************************/ /* layered_tile_map_layer_group.h */ diff --git a/modules/layered_tile_map/layered_tile_set.h b/modules/layered_tile_map/layered_tile_set.h index 5add630bb..92b443142 100644 --- a/modules/layered_tile_map/layered_tile_set.h +++ b/modules/layered_tile_map/layered_tile_set.h @@ -1,5 +1,5 @@ -#ifndef TILE_SET_H -#define TILE_SET_H +#ifndef LAYERED_TILE_SET_H +#define LAYERED_TILE_SET_H /*************************************************************************/ /* layered_tile_set.h */