From 7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Dec 2015 21:11:43 +0300 Subject: Fix code style. --- src/const/resources/map/map.h | 6 +++--- src/const/spells.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/const') diff --git a/src/const/resources/map/map.h b/src/const/resources/map/map.h index ccf54c3dc..94a5b8cb7 100644 --- a/src/const/resources/map/map.h +++ b/src/const/resources/map/map.h @@ -20,9 +20,9 @@ * along with this program. If not, see . */ -#ifndef RESOURCES_MAP_MAPCONSTS_H -#define RESOURCES_MAP_MAPCONSTS_H +#ifndef CONST_RESOURCES_MAP_MAP_H +#define CONST_RESOURCES_MAP_MAP_H static const int mapTileSize = 32; -#endif // RESOURCES_MAP_MAPCONSTS_H +#endif // CONST_RESOURCES_MAP_MAP_H diff --git a/src/const/spells.h b/src/const/spells.h index 3f75fbe5d..608c0d31e 100644 --- a/src/const/spells.h +++ b/src/const/spells.h @@ -19,8 +19,8 @@ * along with this program. If not, see . */ -#ifndef CONST_SPELLMINID_H -#define CONST_SPELLMINID_H +#ifndef CONST_SPELLS_H +#define CONST_SPELLS_H #include "localconsts.h" @@ -29,4 +29,4 @@ const unsigned int SPELL_SHORTCUT_ITEMS = 49; const unsigned int SPELL_SHORTCUT_TABS = 5; const unsigned int SPELLS_SIZE = SPELL_SHORTCUT_ITEMS * SPELL_SHORTCUT_TABS; -#endif // CONST_SPELLMINID_H +#endif // CONST_SPELLS_H -- cgit v1.2.3-60-g2f50