mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-23 17:47:17 +01:00
Also update the include guards.
This commit is contained in:
parent
2159409dcc
commit
c6f998b2a6
@ -1,5 +1,5 @@
|
||||
#ifndef RTILE_MAP_H
|
||||
#define RTILE_MAP_H
|
||||
#ifndef TILE_MAP_H
|
||||
#define TILE_MAP_H
|
||||
/*************************************************************************/
|
||||
/* tile_map.h */
|
||||
/*************************************************************************/
|
||||
|
@ -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 */
|
||||
/*************************************************************************/
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef RTILE_SET_H
|
||||
#define RTILE_SET_H
|
||||
#ifndef TILE_SET_H
|
||||
#define TILE_SET_H
|
||||
/*************************************************************************/
|
||||
/* tile_set.h */
|
||||
/*************************************************************************/
|
||||
|
@ -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 */
|
||||
/*************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user