From 84aea028f9955c9313fa14b62d39a3e8e80b84b7 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Nov 2018 08:12:17 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0sprite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/je_sprite_batch.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/libjin/Graphics/je_sprite_batch.h') diff --git a/src/libjin/Graphics/je_sprite_batch.h b/src/libjin/Graphics/je_sprite_batch.h index e69de29..7c1098b 100644 --- a/src/libjin/Graphics/je_sprite_batch.h +++ b/src/libjin/Graphics/je_sprite_batch.h @@ -0,0 +1,17 @@ +#ifndef __JE_GRAPHICS_SPRITE_BATCH_H__ +#define __JE_GRAPHICS_SPRITE_BATCH_H__ + +namespace JinEngine +{ + namespace Graphics + { + + class SpriteBatch + { + + }; + + } +} + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0