diff options
Diffstat (limited to 'src/resources/map/location.h')
-rw-r--r-- | src/resources/map/location.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/map/location.h b/src/resources/map/location.h index 6718f5c24..7c1995dba 100644 --- a/src/resources/map/location.h +++ b/src/resources/map/location.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_MAP_LOCATION -#define RESOURCES_MAP_LOCATION +#ifndef RESOURCES_MAP_LOCATION_H +#define RESOURCES_MAP_LOCATION_H #include "resources/map/metatile.h" @@ -51,4 +51,4 @@ struct Location final MetaTile *tile; }; -#endif // RESOURCES_MAP_LOCATION +#endif // RESOURCES_MAP_LOCATION_H |