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_clip.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libjin/Graphics/animation/je_clip.h (limited to 'src/libjin/Graphics/animation/je_clip.h') diff --git a/src/libjin/Graphics/animation/je_clip.h b/src/libjin/Graphics/animation/je_clip.h new file mode 100644 index 0000000..35a35b3 --- /dev/null +++ b/src/libjin/Graphics/animation/je_clip.h @@ -0,0 +1,17 @@ +#ifndef __JE_CLIP_H +#define __JE_CLIP_H + +namespace JinEngine +{ + namespace Graphics + { + + class Clip + { + + }; + + } // namespace Graphics +} // namespace JinEngine + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0