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