mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-20 19:42:28 +01:00
Layered tilemap include guard update.
This commit is contained in:
parent
6c6f9b7ddd
commit
cbcc125e25
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user