diff options
author | chai <chaifix@163.com> | 2018-10-26 18:40:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-26 18:40:32 +0800 |
commit | b04c097db4bf8c45342bca403ca2c8a6d5783a84 (patch) | |
tree | e9c6a8c67998d359ede587bc2ce0edf257c8ceae /src/libjin/Graphics/je_graphic_batch.h | |
parent | ba97a053286bdb17643448cc5034c71065bc4e86 (diff) |
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/je_graphic_batch.h')
-rw-r--r-- | src/libjin/Graphics/je_graphic_batch.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libjin/Graphics/je_graphic_batch.h b/src/libjin/Graphics/je_graphic_batch.h deleted file mode 100644 index 274ce4d..0000000 --- a/src/libjin/Graphics/je_graphic_batch.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef __JE_GRAPHIC_BATCH_H -#define __JE_GRAPHIC_BATCH_H - -#include "je_graphic_single.h" - -namespace JinEngine -{ - namespace Graphics - { - - // - // GraphicsBatch - // - - /// - /// For reducing draw call. Draw a bunch of graphic. - /// - class GraphicBatch : public GraphicSingle - { - public: - void add(int x, int y, float sx = 1, float sy = 1, float r = 0, float ox = 0, float oy = 0); - - private: - - - }; - - } // namespace Graphics -} // namespace JinEngine - -#endif
\ No newline at end of file |