aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_sprite_batch.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-14 08:12:17 +0800
committerchai <chaifix@163.com>2018-11-14 08:12:17 +0800
commit84aea028f9955c9313fa14b62d39a3e8e80b84b7 (patch)
tree85c3096a84fd231cb7dec2d4d5cf4519a5a46c92 /src/libjin/Graphics/je_sprite_batch.h
parent0bfff69053e27fbb6e541a6b8afa6c8e61a62403 (diff)
*更新sprite
Diffstat (limited to 'src/libjin/Graphics/je_sprite_batch.h')
-rw-r--r--src/libjin/Graphics/je_sprite_batch.h17
1 files changed, 17 insertions, 0 deletions
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