diff options
Diffstat (limited to 'src/libjin/Graphics/animation/je_animation.h')
-rw-r--r-- | src/libjin/Graphics/animation/je_animation.h | 17 |
1 files changed, 17 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..c006f83 --- /dev/null +++ b/src/libjin/Graphics/animation/je_animation.h @@ -0,0 +1,17 @@ +#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 |