aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/animations
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/animations')
-rw-r--r--src/libjin/Graphics/animations/je_animation.h4
-rw-r--r--src/libjin/Graphics/animations/je_animator.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/Graphics/animations/je_animation.h b/src/libjin/Graphics/animations/je_animation.h
index f694455..3f9d008 100644
--- a/src/libjin/Graphics/animations/je_animation.h
+++ b/src/libjin/Graphics/animations/je_animation.h
@@ -1,5 +1,5 @@
-#ifndef __JE_ANIMATION_H
-#define __JE_ANIMATION_H
+#ifndef __JE_ANIMATION_H__
+#define __JE_ANIMATION_H__
#include <vector>
#include <string>
diff --git a/src/libjin/Graphics/animations/je_animator.h b/src/libjin/Graphics/animations/je_animator.h
index 9273ff8..84b0385 100644
--- a/src/libjin/Graphics/animations/je_animator.h
+++ b/src/libjin/Graphics/animations/je_animator.h
@@ -1,5 +1,5 @@
-#ifndef __JE_ANIMATOR_H
-#define __JE_ANIMATOR_H
+#ifndef __JE_ANIMATOR_H__
+#define __JE_ANIMATOR_H__
#include <map>
#include <vector>