aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/animation/je_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/animation/je_animation.h')
-rw-r--r--src/libjin/Graphics/animation/je_animation.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libjin/Graphics/animation/je_animation.h b/src/libjin/Graphics/animation/je_animation.h
new file mode 100644
index 0000000..f330a0c
--- /dev/null
+++ b/src/libjin/Graphics/animation/je_animation.h
@@ -0,0 +1,20 @@
+#ifndef __JE_ANIMATION_H
+#define __JE_ANIMATION_H
+
+namespace JinEngine
+{
+ namespace Graphics
+ {
+
+ ///
+ ///
+ ///
+ class Animation
+ {
+
+ };
+
+ } // namespace Graphics
+} // namespace JinEngine
+
+#endif \ No newline at end of file