summaryrefslogtreecommitdiff
path: root/src/enums/resources/spritedirection.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-26 21:08:45 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-26 21:08:45 +0300
commita8acf366d3e943fb636e24b69c8c67152770d2cc (patch)
tree99d51b8b56489fd03f32cd291e8570834954ac90 /src/enums/resources/spritedirection.h
parente2b84bddbb089f43a9c2c3741545378614481a32 (diff)
downloadplus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.gz
plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.bz2
plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.tar.xz
plus-a8acf366d3e943fb636e24b69c8c67152770d2cc.zip
Fix code style.
Diffstat (limited to 'src/enums/resources/spritedirection.h')
-rw-r--r--src/enums/resources/spritedirection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/spritedirection.h b/src/enums/resources/spritedirection.h
index 92c7ac09e..1855999dc 100644
--- a/src/enums/resources/spritedirection.h
+++ b/src/enums/resources/spritedirection.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef RESOURCES_SPRITEDIRECTION_H
-#define RESOURCES_SPRITEDIRECTION_H
+#ifndef ENUMS_RESOURCES_SPRITEDIRECTION_H
+#define ENUMS_RESOURCES_SPRITEDIRECTION_H
namespace SpriteDirection
{
@@ -40,4 +40,4 @@ namespace SpriteDirection
};
} // namespace SpriteDirection
-#endif // RESOURCES_SPRITEDIRECTION_H
+#endif // ENUMS_RESOURCES_SPRITEDIRECTION_H