Also update the include guards.

This commit is contained in:
Relintai 2022-10-09 11:47:55 +02:00
parent 2159409dcc
commit c6f998b2a6
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#ifndef RTILE_MAP_H
#define RTILE_MAP_H
#ifndef TILE_MAP_H
#define TILE_MAP_H
/*************************************************************************/
/* tile_map.h */
/*************************************************************************/

View File

@ -1,5 +1,5 @@
#ifndef RTILE_MAP_EDITOR_PLUGIN_H
#define RTILE_MAP_EDITOR_PLUGIN_H
#ifndef TILE_MAP_EDITOR_PLUGIN_H
#define TILE_MAP_EDITOR_PLUGIN_H
/*************************************************************************/
/* tile_map_editor_plugin.h */
/*************************************************************************/

View File

@ -1,5 +1,5 @@
#ifndef RTILE_SET_H
#define RTILE_SET_H
#ifndef TILE_SET_H
#define TILE_SET_H
/*************************************************************************/
/* tile_set.h */
/*************************************************************************/

View File

@ -1,5 +1,5 @@
#ifndef RTILE_SET_EDITOR_PLUGIN_H
#define RTILE_SET_EDITOR_PLUGIN_H
#ifndef TILE_SET_EDITOR_PLUGIN_H
#define TILE_SET_EDITOR_PLUGIN_H
/*************************************************************************/
/* tile_set_editor_plugin.h */
/*************************************************************************/