From 066e5987c515dfc34537d73ca9d2a81ddd1f9e1b Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 21 Oct 2018 13:37:27 +0800 Subject: =?UTF-8?q?*=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/animation/je_animation.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libjin/Graphics/animation/je_animation.h (limited to 'src/libjin/Graphics/animation/je_animation.h') 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 -- cgit v1.1-26-g67d0